netpbm: 11.13.1 -> 11.13.2

This commit is contained in:
Sergei Trofimovich
2026-01-31 12:44:57 +00:00
parent 471bed913e
commit 4049cba7da
+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.1";
version = "11.13.2";
outputs = [
"bin"
@@ -31,8 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "5148";
sha256 = "sha256-Dj0S6mnSZXXrIcKTI90XjDVn0uMrC60hsKCcerayTdU=";
rev = "5156";
sha256 = "sha256-obA/bjWGLmZ5i4SYfLsHwLbmq7BG16hEWoB7ZSCFpxw=";
};
nativeBuildInputs = [