Skip to content

Commit c28508e

Browse files
authored
josm: 19369 → 19396 (#405585)
2 parents 454aecb + 6cb7d8e commit c28508e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/jo/josm/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
}:
1212
let
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

0 commit comments

Comments
 (0)