Skip to content

Commit

Permalink
Merge pull request #25677 from armijnhemel/lzip
Browse files Browse the repository at this point in the history
lzip: 1.18 -> 1.19
  • Loading branch information
peti committed May 10, 2017
2 parents c8b4b44 + d80d08d commit 1fe6df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/lzip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "lzip-${version}";
version = "1.18";
version = "1.19";

buildInputs = [ texinfo ];

src = fetchurl {
url = "mirror://savannah/lzip/${name}.tar.gz";
sha256 = "1p8lvc22sv3damld9ng8y6i8z2dvvpsbi9v7yhr5bc2a20m8iya7";
sha256 = "1abbch762gv8rjr579q3qyyk6c80plklbv2mw4x0vg71dgsw9bgz";
};

configureFlags = "CPPFLAGS=-DNDEBUG CFLAGS=-O3 CXXFLAGS=-O3";
Expand Down

0 comments on commit 1fe6df8

Please sign in to comment.