Skip to content

Commit

Permalink
moreutils: 0.66 -> 0.67
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 25, 2021
1 parent 5ed396a commit 8a024a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/moreutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 8a024a8

Please sign in to comment.