pngcrush: 1.7.85 -> 1.7.92
also fixes a compilation issue on OSX
This commit is contained in:
parent
2b7b3aa5e0
commit
e1873ade38
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, libpng }:
|
{ stdenv, fetchurl, libpng }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pngcrush-1.7.85";
|
name = "pngcrush-1.7.92";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
|
url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
|
||||||
sha256 = "1hvcync32x2ign694scafkj7xc73gzyy8n2l5z026yxckilyyv19";
|
sha256 = "0dlwbqckv90cpvg8qhkl3nk5yb75ddi61vbpmmp9n0j6qq9lp6y4";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user