Skip to content

Commit

Permalink
josm: 18531 → 18543
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored and rycee committed Sep 1, 2022
1 parent 55f8c48 commit 937266b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/josm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
}:
let
pname = "josm";
version = "18531";
version = "18543";
srcs = {
jar = fetchurl {
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
sha256 = "sha256-/esGbLbidQ60+auMC1W2GwH7V5qdTVzblDNsskuhcjs=";
hash = "sha256-AQmdBwgOVws8MDAX8i3P7bsk3r69g7x3jhADGwRWa2c=";
};
macosx = fetchurl {
url = "https://josm.openstreetmap.de/download/macosx/josm-macos-${version}-java17.zip";
sha256 = "sha256-ldcTuacUUxsssJqJ8cRjbP+TWlxQdcNtVbj8clDNEGw=";
hash = "sha256-pGVn+NgfSlyYcT0BCTj+Ntbe7d0l6LJSeDi9xve0K4g=";
};
pkg = fetchsvn {
url = "https://josm.openstreetmap.de/svn/trunk/native/linux/tested";
Expand Down

0 comments on commit 937266b

Please sign in to comment.