netpbm: 11.11.1 -> 11.12.0

This commit is contained in:
R. Ryantm
2025-09-28 04:26:41 +00:00
parent d2c8d3dbc5
commit c610569b04
+3 -3
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
# Determine version and revision from:
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
pname = "netpbm";
version = "11.11.1";
version = "11.12.0";
outputs = [
"bin"
@@ -31,8 +31,8 @@ stdenv.mkDerivation rec {
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "5104";
sha256 = "sha256-zgA3EZPrXD8JOO9O2nuLt4ouPbbUJAlFKlX+2QOz8Uw=";
rev = "5121";
sha256 = "sha256-u5/chGsu+imk6GtptDz/EIyCe3CmoWiQ6CAcLASqpqU=";
};
nativeBuildInputs = [