pngcrush: update from 1.7.70 to 1.7.71
This commit is contained in:
parent
e4bea8bb9b
commit
a345912b65
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, libpng }:
|
{ stdenv, fetchurl, libpng }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pngcrush-1.7.70";
|
name = "pngcrush-1.7.71";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
|
url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz";
|
||||||
sha256 = "04zgnqdfq7mcsgml719wb552v8cfg52d8knbhqv55kwgw7y822jh";
|
sha256 = "095al1l86h55aiig3y1aqlwkxcwwf215lq3f29z1hdgz4a0sbcyd";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user