summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-01-09 16:33:54 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-01-09 16:38:06 +0000
commite1873ade382294a4e49acfe68ab811c119f12766 (patch)
treecf6300950721327c777dc3e8cce29b8a41e16d68 /pkgs/tools/graphics
parent2b7b3aa5e08812f9f176bc910ecc4671e27256b0 (diff)
pngcrush: 1.7.85 -> 1.7.92
also fixes a compilation issue on OSX
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 cc086da5a132e..d4383e3634916 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.85";
+  name = "pngcrush-1.7.92";
 
   src = fetchurl {
     url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
-    sha256 = "1hvcync32x2ign694scafkj7xc73gzyy8n2l5z026yxckilyyv19";
+    sha256 = "0dlwbqckv90cpvg8qhkl3nk5yb75ddi61vbpmmp9n0j6qq9lp6y4";
   };
 
   configurePhase = ''