pngcrush: update from 1.7.70 to 1.7.71

This commit is contained in:
Moritz Ulrich 2014-02-16 15:48:06 +01:00
parent e4bea8bb9b
commit a345912b65

View File

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