File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111} :
1212let
1313 pname = "josm" ;
14- version = "19369 " ;
14+ version = "19396 " ;
1515 srcs = {
1616 jar = fetchurl {
1717 url = "https://josm.openstreetmap.de/download/josm-snapshot-${ version } .jar" ;
18- hash = "sha256-rcnfrKaKVWvPLdr8hab380Ao661NVj+pCZMIGiUM0aQ =" ;
18+ hash = "sha256-M4fm/tpsCsAhSvTGkgSi6IurGe0pJsqdT0XsCxgmzEo =" ;
1919 } ;
2020 macosx = fetchurl {
2121 url = "https://josm.openstreetmap.de/download/macosx/josm-macos-${ version } -java21.zip" ;
22- hash = "sha256-zIiOq14o972Z+V4Cc3IFjcgd50G1VDEoxbcYVtOR5C4 =" ;
22+ hash = "sha256-2Mn903WIyQAQ9nXyTi5kZHKnCUUfa+1UCAx0Yoj2AMU =" ;
2323 } ;
2424 pkg = fetchFromGitHub {
2525 owner = "JOSM" ;
2626 repo = "josm" ;
2727 tag = "${ version } -tested" ;
28- hash = "sha256-mPuf98HfvmAHcnOiFKHUtqNVg7sy5XZP2hnm7ZdaUQo =" ;
28+ hash = "sha256-9xEqf3SZN7in8CBoCBXGGQ5CS3Sf9ifZv7PAzJ2tO4k =" ;
2929 } ;
3030 } ;
3131
You can’t perform that action at this time.
0 commit comments