3
0
Fork 0
forked from mirrors/nixpkgs

netpbm: 11.4.5 -> 11.5.1

This commit is contained in:
Sergei Trofimovich 2023-12-30 12:37:50 +00:00
parent 01962add7e
commit 308846a111

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.4.5";
version = "11.5.1";
outputs = [ "bin" "out" "dev" ];
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "4800";
sha256 = "ftMw2N63iEsf8GPuuXLe/hw+LN0lAUKyhk7wGZMboHY=";
rev = "4831";
sha256 = "wEbvIQxBi/jiBD9Bfc0+zKdgNVp4cV6f1qXX1XF46hI=";
};
nativeBuildInputs = [