mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* libpng 1.2.32.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13002
This commit is contained in:
parent
0d62334693
commit
b908adc778
|
@ -3,11 +3,11 @@
|
|||
assert zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libpng-1.2.29";
|
||||
name = "libpng-1.2.32";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/libpng/libpng-1.2.29.tar.bz2;
|
||||
md5 = "f588cb4ee39e3a333604096f937ea157";
|
||||
url = mirror://sourceforge/libpng/libpng-1.2.32.tar.bz2;
|
||||
md5 = "df4a20c6f24a6f642ae11c9a5a4ffa7f";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [zlib];
|
||||
|
|
Loading…
Reference in a new issue