Revert "netpbm: 11.8.1 -> 11.8.2" (#366656)

Rebuild of al nixos tests. Let's bundle that with staging changes instead.

authored by Martin Weinelt and committed by GitHub d70bd19e 1935cd04

+3 -3
+3 -3
pkgs/tools/graphics/netpbm/default.nix
··· 20 # Determine version and revision from: 21 # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced 22 pname = "netpbm"; 23 - version = "11.8.2"; 24 25 outputs = [ "bin" "out" "dev" ]; 26 27 src = fetchsvn { 28 url = "https://svn.code.sf.net/p/netpbm/code/advanced"; 29 - rev = "4971"; 30 - sha256 = "sha256-liJIx2/TlIl9jcbyCzqhzuHAalmjJM3EtAceDIFa0rw="; 31 }; 32 33 nativeBuildInputs = [
··· 20 # Determine version and revision from: 21 # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced 22 pname = "netpbm"; 23 + version = "11.8.1"; 24 25 outputs = [ "bin" "out" "dev" ]; 26 27 src = fetchsvn { 28 url = "https://svn.code.sf.net/p/netpbm/code/advanced"; 29 + rev = "4966"; 30 + sha256 = "sha256-Vy7aKyMn3C2P3N9jdRayDu35+8jzvQv4rYIEsKdyWDU="; 31 }; 32 33 nativeBuildInputs = [