Unverified Commit 7b2801e3 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

josm: 19160 → 19207 (#339279)

parents 9685d9f2 4be51023
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,15 +3,15 @@
}:
let
  pname = "josm";
  version = "19160";
  version = "19207";
  srcs = {
    jar = fetchurl {
      url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
      hash = "sha256-a0Tu0GkXH/MYR5llmVaVcEBvmr50sX4oSsCZSzo5dkE=";
      hash = "sha256-dYDJmGXIKd2GhjyKBpQjoIfz9giBsgFdC0TaKplxiPY=";
    };
    macosx = fetchurl {
      url = "https://josm.openstreetmap.de/download/macosx/josm-macos-${version}-java21.zip";
      hash = "sha256-5sn4Wo4VMIZ79v/FegKrFQ62cngAQLc1luTnvhCO7y8=";
      hash = "sha256-A34nd+RBipON5zOKBD57L1l2KACYEUHNjxs0N6xqoXc=";
    };
    pkg = fetchsvn {
      url = "https://josm.openstreetmap.de/svn/trunk/native/linux/tested";