summary refs log tree commit diff
path: root/pkgs/tools/misc/moreutils
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-25 18:26:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-25 18:26:47 +0000
commit8a024a8333f4f331701de124d05f626fef873c53 (patch)
treea785c0561a1f1ae171a2d384e2548260c08e62e7 /pkgs/tools/misc/moreutils
parent5ed396a9129123575185dc5410dfda25f330d499 (diff)
downloadnixpkgs-8a024a8333f4f331701de124d05f626fef873c53.tar
nixpkgs-8a024a8333f4f331701de124d05f626fef873c53.tar.gz
nixpkgs-8a024a8333f4f331701de124d05f626fef873c53.tar.bz2
nixpkgs-8a024a8333f4f331701de124d05f626fef873c53.tar.lz
nixpkgs-8a024a8333f4f331701de124d05f626fef873c53.tar.xz
nixpkgs-8a024a8333f4f331701de124d05f626fef873c53.tar.zst
nixpkgs-8a024a8333f4f331701de124d05f626fef873c53.zip
moreutils: 0.66 -> 0.67
Diffstat (limited to 'pkgs/tools/misc/moreutils')
-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 2b2d6ca0a86..d64b690b763 100644
--- a/pkgs/tools/misc/moreutils/default.nix
+++ b/pkgs/tools/misc/moreutils/default.nix
@@ -3,12 +3,12 @@
 with lib;
 stdenv.mkDerivation rec {
   pname = "moreutils";
-  version = "0.66";
+  version = "0.67";
 
   src = fetchgit {
     url = "git://git.joeyh.name/moreutils";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-y+imKvLbaegpI4GTVPuHFT43OGFGnzOnWP2J3LSX1BQ=";
+    sha256 = "sha256-8Mu7L3KqOsW9OmidMkWB+q9TofHd1P1sbsNrtE4MUoA=";
   };
 
   preBuild = ''