libpng-1.5.5

svn path=/nixpkgs/branches/libpng15/; revision=29652
This commit is contained in:
Yury G. Kudryashov 2011-10-05 08:13:16 +00:00
parent 8b511df7b9
commit e66134d1fc

View file

@ -3,19 +3,19 @@
assert zlib != null;
stdenv.mkDerivation rec {
name = "libpng-1.5.4";
name = "libpng-1.5.5";
src = fetchurl {
url = "mirror://sourceforge/libpng/${name}.tar.xz";
sha256 = "1rw58zi3hxyinah2dz0jzq81c7ninbmfjf10xax2a8cpd5h45agz";
sha256 = "03rsqxhrvpiklagzldjqpgs8v43xnb56adn2ramsbdhrnz68pdsi";
};
propagatedBuildInputs = [ zlib ];
buildNativeInputs = [ xz ];
passthru = { inherit zlib; };
meta = {
description = "The official reference implementation for the PNG file format";
homepage = http://www.libpng.org/pub/png/libpng.html;