pngcrush: update from 1.7.69 to 1.7.70

This commit is contained in:
Nixpkgs Monitor 2014-01-02 15:33:53 +00:00 committed by Moritz Ulrich
parent fd343dc0c6
commit a7ee7f394d

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libpng }:
stdenv.mkDerivation rec {
name = "pngcrush-1.7.69";
name = "pngcrush-1.7.70";
src = fetchurl {
url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
sha256 = "0j9nis6513hxd6klcv5559rwnfg7kawp2vqd4qgc1ax6wyvga4mw";
sha256 = "04zgnqdfq7mcsgml719wb552v8cfg52d8knbhqv55kwgw7y822jh";
};
configurePhase = ''