netpbm: 11.0.1 -> 11.0.2

authored by R. Ryantm and committed by Jan Tojnar cebf764e eacdbfb1

+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.0.1"; 24 25 outputs = [ "bin" "out" "dev" ]; 26 27 src = fetchsvn { 28 url = "https://svn.code.sf.net/p/netpbm/code/advanced"; 29 - rev = "4448"; 30 - sha256 = "LWnEalfott+q/pcqhQYJ1ifJh+lZ2lZbpCMd+jR9/vQ="; 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.0.2"; 24 25 outputs = [ "bin" "out" "dev" ]; 26 27 src = fetchsvn { 28 url = "https://svn.code.sf.net/p/netpbm/code/advanced"; 29 + rev = "4468"; 30 + sha256 = "EW96q9DsM1lQ3QZAmp0hZhQ6icsZFDGa3wYmjCQmBRE="; 31 }; 32 33 nativeBuildInputs = [