Skip to content

Commit

Permalink
zlib: 1.2.10 -> 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 5, 2017
1 parent efd8dea commit 150cddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/zlib/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, static ? false }:

let version = "1.2.10"; in
let version = "1.2.11"; in

stdenv.mkDerivation rec {
name = "zlib-${version}";
Expand All @@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
[ "http://www.zlib.net/fossils/${name}.tar.gz" # stable archive path
"mirror://sourceforge/libpng/zlib/${version}/${name}.tar.gz"
];
sha256 = "05w0jwsqib44jz5jazh7cqz311z4g7znnzn6w6v8g1z4iilryzld";
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1";
};

postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
Expand Down

0 comments on commit 150cddc

Please sign in to comment.