Merge pull request #248044 from r-ryantm/auto-update/netpbm

netpbm: 11.3.0 -> 11.3.2
This commit is contained in:
Robert Scott 2023-08-10 22:07:12 +01:00 committed by GitHub
commit 87cb27df44
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.3.0";
version = "11.3.2";
outputs = [ "bin" "out" "dev" ];
src = fetchsvn {
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
rev = "4560";
sha256 = "JuE5QG8mlKppB/04pT5TNPrfxGJil5/8eEoDx6jm7Tg=";
rev = "4574";
sha256 = "fJv+74QN7Jro4vUCcMWL4Yvv1C0KkfiOoNHt6ldGn/s=";
};
nativeBuildInputs = [