optipng: update from 0.7.4 to 0.7.5
This commit is contained in:
parent
977ad646e9
commit
a7c77e2c20
@ -5,11 +5,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "optipng-0.7.4";
|
name = "optipng-0.7.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/optipng/${name}.tar.gz";
|
url = "mirror://sourceforge/optipng/${name}.tar.gz";
|
||||||
sha256 = "1zrphbz17rhhfl1l95q5s979rrhifbwczl2xj1fdrnq5jid5s2sj";
|
sha256 = "17b197437z5wn29llpwklk7ihgx8bhc913gvjf4zyb81idwlprbl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libpng ];
|
buildInputs = [ libpng ];
|
||||||
|
Loading…
Reference in New Issue
Block a user