mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
* libpng 1.2.25.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10994
This commit is contained in:
parent
92f6176390
commit
173ae78b85
@ -3,11 +3,16 @@
|
||||
assert zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libpng-1.2.24";
|
||||
name = "libpng-1.2.25";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/libpng/libpng-1.2.24.tar.bz2;
|
||||
sha256 = "0kd0qkakc5zh2inrzw5r0h02761v1s9q223lv7za7iaxyl4byash";
|
||||
url = mirror://sourceforge/libpng/libpng-1.2.25.tar.bz2;
|
||||
sha256 = "1q3w2lfr7vkzvfxdgf54vj5s29xw8fg3hzb1lnfy9m9j1kdfm4if";
|
||||
};
|
||||
propagatedBuildInputs = [zlib];
|
||||
inherit zlib;
|
||||
|
||||
meta = {
|
||||
description = "The official reference implementation for the PNG file format";
|
||||
homepage = http://www.libpng.org/pub/png/libpng.html;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user