about summary refs log tree commit diff
path: root/pkgs/tools/graphics/pngcrush
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2015-03-07 12:08:18 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2015-03-07 12:08:18 +0100
commit4560b1155169750d4219cbd404a57fec9b4a5e4b (patch)
tree932885b4eb3e4da2ad10385ef39957bdbf34fee1 /pkgs/tools/graphics/pngcrush
parent77362488d7a42a06c45b093740aa1d75a143e7da (diff)
downloadnixlib-4560b1155169750d4219cbd404a57fec9b4a5e4b.tar
nixlib-4560b1155169750d4219cbd404a57fec9b4a5e4b.tar.gz
nixlib-4560b1155169750d4219cbd404a57fec9b4a5e4b.tar.bz2
nixlib-4560b1155169750d4219cbd404a57fec9b4a5e4b.tar.lz
nixlib-4560b1155169750d4219cbd404a57fec9b4a5e4b.tar.xz
nixlib-4560b1155169750d4219cbd404a57fec9b4a5e4b.tar.zst
nixlib-4560b1155169750d4219cbd404a57fec9b4a5e4b.zip
pngcrush: update from 1.7.82 to 1.7.83
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 668f86b83332..f9b7ad8fe64b 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.82";
+  name = "pngcrush-1.7.83";
 
   src = fetchurl {
     url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
-    sha256 = "1cxg0a6x7sq0dh9ia8isgx3awwx1db96wq4n22rs31sm3niiw0fl";
+    sha256 = "0324l1czflplz49i1i3xs72pzi9p4f8h6yk626q5y81fn29kg5mj";
   };
 
   configurePhase = ''