netpbm: 11.13.2 -> 11.13.3 (#493444)

This commit is contained in:
Sandro
2026-03-26 22:24:49 +00:00
committed by GitHub
+3 -3
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
# Determine version and revision from:
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
pname = "netpbm";
version = "11.13.2";
version = "11.13.3";
outputs = [
"bin"
@@ -31,8 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "5156";
sha256 = "sha256-obA/bjWGLmZ5i4SYfLsHwLbmq7BG16hEWoB7ZSCFpxw=";
rev = "5164";
sha256 = "sha256-3teRW9oucwv0+V+eyLVvh8Y2NtrFoyIt1JWoC2gyVgM=";
};
patches = [