Merge pull request #272663 from trofi/netpbm-update

netpbm: 11.4.4 -> 11.4.5
This commit is contained in:
Mario Rodas 2023-12-23 03:03:28 -05:00 committed by GitHub
commit c9c88e1968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [