summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-02-17 08:19:40 -0500
committerShea Levy <shea@shealevy.com>2013-02-17 08:19:40 -0500
commitc42d77aa35c50035304d8c3d3dc9c19981059eab (patch)
tree890403812f124812d134cafe59ef6ada188f2bb8 /pkgs/tools/graphics
parent1eca5325ebbe2cbe275d8fb277cfc7a9a7a1e860 (diff)
parent9885d040331a9f01fdda4df0ac76e73868667790 (diff)
downloadnixlib-c42d77aa35c50035304d8c3d3dc9c19981059eab.tar
nixlib-c42d77aa35c50035304d8c3d3dc9c19981059eab.tar.gz
nixlib-c42d77aa35c50035304d8c3d3dc9c19981059eab.tar.bz2
nixlib-c42d77aa35c50035304d8c3d3dc9c19981059eab.tar.lz
nixlib-c42d77aa35c50035304d8c3d3dc9c19981059eab.tar.xz
nixlib-c42d77aa35c50035304d8c3d3dc9c19981059eab.tar.zst
nixlib-c42d77aa35c50035304d8c3d3dc9c19981059eab.zip
Merge remote-tracking branch 'upstream/master' into stdenv-updates
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 7293c0db66d6..60301b9b164e 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.22";
+  name = "pngcrush-1.7.50";
 
   src = fetchurl {
     url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
-    sha256 = "1sngz34cssni4j7hvqhq5ms6h4ydb3b0s5y7fidv3kjms9g1xcsp";
+    sha256 = "1xabqjgvwsyazs0hw7bzzm256zbd7v33alwzp0lbawm521m3m651";
   };
 
   configurePhase = ''