optipng: 0.7.5 -> 0.7.6 (CVE-2016-2191)

This commit is contained in:
Micxjo Funkcio 2016-04-07 23:42:12 -07:00
parent ab58c22d6a
commit eda65083e8
No known key found for this signature in database
GPG Key ID: EDB8EAC24AB8262E

View File

@ -5,11 +5,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "optipng-0.7.5";
name = "optipng-0.7.6";
src = fetchurl {
url = "mirror://sourceforge/optipng/${name}.tar.gz";
sha256 = "17b197437z5wn29llpwklk7ihgx8bhc913gvjf4zyb81idwlprbl";
sha256 = "105yk5qykvhiahzag67gm36s2kplxf6qn5hay02md0nkrcgn6w28";
};
buildInputs = [ libpng ];