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.
2 parents f40d6ff + 27f4540 commit 67b522aCopy full SHA for 67b522a
pkgs/tools/graphics/netpbm/default.nix
@@ -20,14 +20,14 @@ stdenv.mkDerivation {
20
# Determine version and revision from:
21
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
22
pname = "netpbm";
23
- version = "11.8.1";
+ version = "11.8.2";
24
25
outputs = [ "bin" "out" "dev" ];
26
27
src = fetchsvn {
28
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
29
- rev = "4966";
30
- sha256 = "sha256-Vy7aKyMn3C2P3N9jdRayDu35+8jzvQv4rYIEsKdyWDU=";
+ rev = "4971";
+ sha256 = "sha256-liJIx2/TlIl9jcbyCzqhzuHAalmjJM3EtAceDIFa0rw=";
31
};
32
33
nativeBuildInputs = [
0 commit comments