File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33} :
44let
55 pname = "josm" ;
6- version = "19253 " ;
6+ version = "19265 " ;
77 srcs = {
88 jar = fetchurl {
99 url = "https://josm.openstreetmap.de/download/josm-snapshot-${ version } .jar" ;
10- hash = "sha256-GnN+XtGzhLZ2PKAGHv+GMMh0FpilwET7EfKI4CAwYgg =" ;
10+ hash = "sha256-6HoJoWH9Tsg5LkALla8NHGffWymr02VgZG3ZG5BBuFc =" ;
1111 } ;
1212 macosx = fetchurl {
1313 url = "https://josm.openstreetmap.de/download/macosx/josm-macos-${ version } -java21.zip" ;
14- hash = "sha256-bcCl+w+pvsR+8QXKjM9bVyTAgzp+wre71tZMp5+VJTA =" ;
14+ hash = "sha256-ir+KQsREfqj1ifxt1IE3ocLzGhNQiWLX8b/0lIxg7q8 =" ;
1515 } ;
1616 pkg = fetchFromGitHub {
1717 owner = "JOSM" ;
1818 repo = "josm" ;
19- rev = "refs/tags/ ${ version } -tested" ;
20- hash = "sha256-I1mMtNzFkBoU0qcx2rVd9nmDK91ccVyaKwPft72M3r0 =" ;
19+ tag = "${ version } -tested" ;
20+ hash = "sha256-p2D/zZEk2R269zkg8O/R32VXkF0fbHV6bkOAVA08hG8 =" ;
2121 } ;
2222 } ;
2323
You can’t perform that action at this time.
0 commit comments