summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2014-05-19 15:36:12 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-05-19 15:36:12 +0200
commitcd1294cac2aaf38e98cde3109476f27244f6ac97 (patch)
tree0a09fa4c80fc63b274b1c4c7a4c968dc9a748eca /pkgs/tools/graphics
parentf1a80945e4e92a66b809ac4123f70f61dd92be14 (diff)
downloadnixlib-cd1294cac2aaf38e98cde3109476f27244f6ac97.tar
nixlib-cd1294cac2aaf38e98cde3109476f27244f6ac97.tar.gz
nixlib-cd1294cac2aaf38e98cde3109476f27244f6ac97.tar.bz2
nixlib-cd1294cac2aaf38e98cde3109476f27244f6ac97.tar.lz
nixlib-cd1294cac2aaf38e98cde3109476f27244f6ac97.tar.xz
nixlib-cd1294cac2aaf38e98cde3109476f27244f6ac97.tar.zst
nixlib-cd1294cac2aaf38e98cde3109476f27244f6ac97.zip
pngcrush: update from 1.7.71 to 1.7.73.
Diffstat (limited to 'pkgs/tools/graphics')
-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 e5c7fbeb0d7c..2a4364164dd8 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.71";
+  name = "pngcrush-1.7.73";
 
   src = fetchurl {
     url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
-    sha256 = "095al1l86h55aiig3y1aqlwkxcwwf215lq3f29z1hdgz4a0sbcyd";
+    sha256 = "073y19af0sw36nw7draqw9zfd6n7q7b84kscy26s76fhj5x2gb0l";
   };
 
   configurePhase = ''