Skip to content

Commit 27f4540

Browse files
committed
netpbm: 11.8.1 -> 11.8.2
1 parent 6966158 commit 27f4540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/graphics/netpbm/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ stdenv.mkDerivation {
2020
# Determine version and revision from:
2121
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
2222
pname = "netpbm";
23-
version = "11.8.1";
23+
version = "11.8.2";
2424

2525
outputs = [ "bin" "out" "dev" ];
2626

2727
src = fetchsvn {
2828
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
29-
rev = "4966";
30-
sha256 = "sha256-Vy7aKyMn3C2P3N9jdRayDu35+8jzvQv4rYIEsKdyWDU=";
29+
rev = "4971";
30+
sha256 = "sha256-liJIx2/TlIl9jcbyCzqhzuHAalmjJM3EtAceDIFa0rw=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)