lol

pngcrush: update from 1.7.83 to 1.7.85

authored by

Nixpkgs Monitor and committed by moritz.vongoewels.de 2a74e849 c25027f2

+2 -2
+2 -2
pkgs/tools/graphics/pngcrush/default.nix
··· 1 1 { stdenv, fetchurl, libpng }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "pngcrush-1.7.83"; 4 + name = "pngcrush-1.7.85"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/pmt/${name}-nolib.tar.xz"; 8 - sha256 = "0324l1czflplz49i1i3xs72pzi9p4f8h6yk626q5y81fn29kg5mj"; 8 + sha256 = "1hvcync32x2ign694scafkj7xc73gzyy8n2l5z026yxckilyyv19"; 9 9 }; 10 10 11 11 configurePhase = ''