Merge pull request #277716 from trofi/netpbm-update

netpbm: 11.4.5 -> 11.5.1
This commit is contained in:
Robert Scott 2024-01-01 00:44:54 +00:00 committed by GitHub
commit 2ec66334f9
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.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 = [