We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1cb38 commit 9773e8aCopy full SHA for 9773e8a
pkgs/by-name/ne/netpbm/package.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
21
# Determine version and revision from:
22
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
23
pname = "netpbm";
24
- version = "11.9.3";
+ version = "11.10.2";
25
26
outputs = [
27
"bin"
@@ -31,8 +31,8 @@ stdenv.mkDerivation {
31
32
src = fetchsvn {
33
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
34
- rev = "5027";
35
- sha256 = "sha256-fz4SvJwQAYV6agXC7oMwo8rUIHMRav25MuWiwoEONkE=";
+ rev = "5066";
+ sha256 = "sha256-Qa9hKGcdAwCUcHQ4Vfz5Qeu4+Q6YV+lY8zhXAOXnkc4=";
36
};
37
38
nativeBuildInputs = [
0 commit comments