about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2014-01-02 15:33:53 +0000
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-01-02 16:35:05 +0100
commita7ee7f394db946159d940c560f29d527e827ab50 (patch)
tree1517366f1aab46e93a4b9314ef15f8fe22a5e452 /pkgs/tools
parentfd343dc0c6a738df4e8faba1924c7c199e57737b (diff)
downloadnixlib-a7ee7f394db946159d940c560f29d527e827ab50.tar
nixlib-a7ee7f394db946159d940c560f29d527e827ab50.tar.gz
nixlib-a7ee7f394db946159d940c560f29d527e827ab50.tar.bz2
nixlib-a7ee7f394db946159d940c560f29d527e827ab50.tar.lz
nixlib-a7ee7f394db946159d940c560f29d527e827ab50.tar.xz
nixlib-a7ee7f394db946159d940c560f29d527e827ab50.tar.zst
nixlib-a7ee7f394db946159d940c560f29d527e827ab50.zip
pngcrush: update from 1.7.69 to 1.7.70
Diffstat (limited to 'pkgs/tools')
-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 7b5f16c502d1..2abc84e78e41 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.69";
+  name = "pngcrush-1.7.70";
 
   src = fetchurl {
     url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
-    sha256 = "0j9nis6513hxd6klcv5559rwnfg7kawp2vqd4qgc1ax6wyvga4mw";
+    sha256 = "04zgnqdfq7mcsgml719wb552v8cfg52d8knbhqv55kwgw7y822jh";
   };
 
   configurePhase = ''