Skip to content

Commit 6ed4881

Browse files
authored
netpbm: 11.9.3 -> 11.10.2 (#398578)
2 parents 0fc62b0 + 344e0e1 commit 6ed4881

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/ne/netpbm/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
buildPackages,
1818
}:
1919

20-
stdenv.mkDerivation {
20+
stdenv.mkDerivation rec {
2121
# Determine version and revision from:
2222
# https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced
2323
pname = "netpbm";
24-
version = "11.9.3";
24+
version = "11.10.2";
2525

2626
outputs = [
2727
"bin"
@@ -31,8 +31,8 @@ stdenv.mkDerivation {
3131

3232
src = fetchsvn {
3333
url = "https://svn.code.sf.net/p/netpbm/code/advanced";
34-
rev = "5027";
35-
sha256 = "sha256-fz4SvJwQAYV6agXC7oMwo8rUIHMRav25MuWiwoEONkE=";
34+
rev = "5066";
35+
sha256 = "sha256-Qa9hKGcdAwCUcHQ4Vfz5Qeu4+Q6YV+lY8zhXAOXnkc4=";
3636
};
3737

3838
nativeBuildInputs = [
@@ -129,6 +129,7 @@ stdenv.mkDerivation {
129129
passthru.updateScript = ./update.sh;
130130

131131
meta = {
132+
changelog = "https://sourceforge.net/p/netpbm/code/${src.rev}/tree/advanced/doc/HISTORY";
132133
homepage = "https://netpbm.sourceforge.net/";
133134
description = "Toolkit for manipulation of graphic images";
134135
license = lib.licenses.free; # http://netpbm.svn.code.sourceforge.net/p/netpbm/code/trunk/doc/copyright_summary

0 commit comments

Comments
 (0)