about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-01 23:20:08 -0500
committerGitHub <noreply@github.com>2024-03-01 23:20:08 -0500
commitc16ca82d1f58e8e5bd054b0bcbce1f2de4be727f (patch)
tree243444cb58ef0f2734762f4b9b01cb1e0da1f2f2 /pkgs/tools/misc
parent15b6c77f27a50cdc25dc6d7a53aeaab43a88b9bd (diff)
parenta70afee360441db61fee81324b7a9080ac3ecc79 (diff)
downloadnixlib-c16ca82d1f58e8e5bd054b0bcbce1f2de4be727f.tar
nixlib-c16ca82d1f58e8e5bd054b0bcbce1f2de4be727f.tar.gz
nixlib-c16ca82d1f58e8e5bd054b0bcbce1f2de4be727f.tar.bz2
nixlib-c16ca82d1f58e8e5bd054b0bcbce1f2de4be727f.tar.lz
nixlib-c16ca82d1f58e8e5bd054b0bcbce1f2de4be727f.tar.xz
nixlib-c16ca82d1f58e8e5bd054b0bcbce1f2de4be727f.tar.zst
nixlib-c16ca82d1f58e8e5bd054b0bcbce1f2de4be727f.zip
Merge pull request #291680 from trofi/moreutils-update
moreutils: 0.68 -> 0.69
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/moreutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/moreutils/default.nix b/pkgs/tools/misc/moreutils/default.nix
index 6975d4878c52..7d7dd80d7e7a 100644
--- a/pkgs/tools/misc/moreutils/default.nix
+++ b/pkgs/tools/misc/moreutils/default.nix
@@ -14,12 +14,12 @@
 
 stdenv.mkDerivation rec {
   pname = "moreutils";
-  version = "0.68";
+  version = "0.69";
 
   src = fetchgit {
     url = "git://git.joeyh.name/moreutils";
     rev = "refs/tags/${version}";
-    hash = "sha256-kOY12oejH0xKaaPrKem+l0PACqyPqD4P1jEjOYfNntM=";
+    hash = "sha256-hVvRAIXlG8+pAD2v/Ma9Z6EUL/1xIRz7Gx1fOxoQyi0=";
   };
 
   preBuild = ''