pngcrush: 1.7.85 -> 1.7.92

also fixes a compilation issue on OSX
This commit is contained in:
zimbatm 2016-01-09 16:33:54 +00:00
parent 2b7b3aa5e0
commit e1873ade38

View File

@ -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 = ''