about summary refs log tree commit diff
path: root/pkgs/tools/graphics/pngcrush
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2014-02-16 15:48:06 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-02-16 15:48:06 +0100
commita345912b65dbb5b337a7e3db1528bffaf70792c0 (patch)
tree54352dbbb54768317965456104555c7e111e5a10 /pkgs/tools/graphics/pngcrush
parente4bea8bb9bfbfae4663427e389eb9defbacf7c9e (diff)
pngcrush: update from 1.7.70 to 1.7.71
Diffstat (limited to 'pkgs/tools/graphics/pngcrush')
-rw-r--r--pkgs/tools/graphics/pngcrush/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/pngcrush/default.nix b/pkgs/tools/graphics/pngcrush/default.nix
index 2abc84e78e413..e5c7fbeb0d7cb 100644
--- a/pkgs/tools/graphics/pngcrush/default.nix
+++ b/pkgs/tools/graphics/pngcrush/default.nix
@@ -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 = ''