lol

netpbm: update to 10.82.01

+3 -3
+3 -3
pkgs/tools/graphics/netpbm/default.nix
··· 5 stdenv.mkDerivation rec { 6 # Determine version and revision from: 7 # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced 8 - name = "netpbm-10.77.02"; 9 10 src = fetchsvn { 11 url = "https://svn.code.sf.net/p/netpbm/code/advanced"; 12 - rev = 2883; 13 - sha256 = "1lxa5gasmqrwgihkk8ij7vb9kgdw3d5mp25kydkrf6x4wibg1w5f"; 14 }; 15 16 postPatch = /* CVE-2005-2471, from Arch */ ''
··· 5 stdenv.mkDerivation rec { 6 # Determine version and revision from: 7 # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced 8 + name = "netpbm-10.82.01"; 9 10 src = fetchsvn { 11 url = "https://svn.code.sf.net/p/netpbm/code/advanced"; 12 + rev = 3264; 13 + sha256 = "17fmyjbxp1l18rma7gb0m8wd9kx2iwhqs8dd6fpalsn2cr8mf8hf"; 14 }; 15 16 postPatch = /* CVE-2005-2471, from Arch */ ''