mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
zlib: 1.2.10 -> 1.2.11
This commit is contained in:
parent
efd8dea185
commit
150cddca6f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, static ? false }:
|
{ stdenv, fetchurl, static ? false }:
|
||||||
|
|
||||||
let version = "1.2.10"; in
|
let version = "1.2.11"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zlib-${version}";
|
name = "zlib-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ "http://www.zlib.net/fossils/${name}.tar.gz" # stable archive path
|
[ "http://www.zlib.net/fossils/${name}.tar.gz" # stable archive path
|
||||||
"mirror://sourceforge/libpng/zlib/${version}/${name}.tar.gz"
|
"mirror://sourceforge/libpng/zlib/${version}/${name}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "05w0jwsqib44jz5jazh7cqz311z4g7znnzn6w6v8g1z4iilryzld";
|
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
Loading…
Reference in New Issue
Block a user