Merge pull request #14612 from micxjo/update-pngcrush

pngcrush: 1.7.92 -> 1.8.1
This commit is contained in:
zimbatm 2016-04-12 12:10:53 +01:00
commit 5e17562726
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libpng }:
stdenv.mkDerivation rec {
name = "pngcrush-1.7.92";
name = "pngcrush-1.8.1";
src = fetchurl {
url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
sha256 = "0dlwbqckv90cpvg8qhkl3nk5yb75ddi61vbpmmp9n0j6qq9lp6y4";
sha256 = "1h3sibmmiq4ynvf8hrpksfrbcmszxh4bqpkqy5c0m8828c7drpr9";
};
makeFlags = [ "CC=cc" "LD=cc" ]; # gcc and/or clang compat