netpbm: 11.3.4 -> 11.3.5

This commit is contained in:
R. Ryantm 2023-09-11 10:11:19 +00:00
parent 2dc458d317
commit fbbddf7650

View File

@ -20,14 +20,14 @@ stdenv.mkDerivation {
# Determine version and revision from:
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
pname = "netpbm";
version = "11.3.4";
version = "11.3.5";
outputs = [ "bin" "out" "dev" ];
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "4606";
sha256 = "raWpqPlORgL5vBkmHbvj7UCrGjpPLulWjeTuaPnuB98=";
rev = "4636";
sha256 = "x9q7xhBhpWJfS3fbSEZE7ctnv+gL8U2IMy3GLiTEqag=";
};
nativeBuildInputs = [