File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments