netpbm: 11.4.4 -> 11.4.5

This commit is contained in:
Sergei Trofimovich 2023-12-07 12:11:39 +00:00
parent 4c37153a2c
commit 6b5b325d92

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.4";
version = "11.4.5";
outputs = [ "bin" "out" "dev" ];
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "4784";
sha256 = "GoO32AWu2s/s1IzehPynCJctc1F98dQhz5cQSXQhu2A=";
rev = "4800";
sha256 = "ftMw2N63iEsf8GPuuXLe/hw+LN0lAUKyhk7wGZMboHY=";
};
nativeBuildInputs = [