about summary refs log tree commit diff
path: root/pkgs/tools/graphics/pngcrush
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-02-15 09:59:28 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-02-15 09:59:28 +0100
commitf91bb489e468239907ba52e918f54c5efa414202 (patch)
tree71627e990323c3402c329b47aa7fa45ab33edb4e /pkgs/tools/graphics/pngcrush
parentf536aa7e7ab080ccbd01caadfb83c5dfc51d76cc (diff)
downloadnixlib-f91bb489e468239907ba52e918f54c5efa414202.tar
nixlib-f91bb489e468239907ba52e918f54c5efa414202.tar.gz
nixlib-f91bb489e468239907ba52e918f54c5efa414202.tar.bz2
nixlib-f91bb489e468239907ba52e918f54c5efa414202.tar.lz
nixlib-f91bb489e468239907ba52e918f54c5efa414202.tar.xz
nixlib-f91bb489e468239907ba52e918f54c5efa414202.tar.zst
nixlib-f91bb489e468239907ba52e918f54c5efa414202.zip
pngcrush: update to fix compilation with libpng-1.6.*
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 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 = ''