Skip to content

Commit

Permalink
pixz: 1.0.6 -> 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 27, 2020
1 parent 2988feb commit 257665d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/pixz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
stdenv.mkDerivation rec {
baseName = "pixz";
version = "1.0.6";
version = "1.0.7";
name = "${baseName}-${version}";

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "vasi";
repo = baseName;
rev = "v${version}";
sha256 = "0q61wqg2yxrgd4nc7256mf7izp92is29ll3rax1cxr6fj9jrd8b7";
sha256 = "163axxs22w7pghr786hda22mnlpvmi50hzhfr9axwyyjl9n41qs2";
};
preConfigure = ''
./autogen.sh
Expand Down

0 comments on commit 257665d

Please sign in to comment.