Unverified Commit 8540b13b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

josm: 19230 → 19253 (#354506)

parent f8486a3f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,21 +3,21 @@
}:
let
  pname = "josm";
  version = "19230";
  version = "19253";
  srcs = {
    jar = fetchurl {
      url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
      hash = "sha256-d2KyTPIw7N+ZveNUa5W3yiV6pCouigTq+GICSEkTiis=";
      hash = "sha256-GnN+XtGzhLZ2PKAGHv+GMMh0FpilwET7EfKI4CAwYgg=";
    };
    macosx = fetchurl {
      url = "https://josm.openstreetmap.de/download/macosx/josm-macos-${version}-java21.zip";
      hash = "sha256-IrFtRlNdXZI6ucfZC6yEancV4E5lEP7+VNhaZ6p9t4I=";
      hash = "sha256-bcCl+w+pvsR+8QXKjM9bVyTAgzp+wre71tZMp5+VJTA=";
    };
    pkg = fetchFromGitHub {
      owner = "JOSM";
      repo = "josm";
      rev = "refs/tags/${version}-tested";
      hash = "sha256-s6vc09qdQbJb2b0j4t7CVPmbfWpjc5Pl3JBCPgGVZMY=";
      hash = "sha256-I1mMtNzFkBoU0qcx2rVd9nmDK91ccVyaKwPft72M3r0=";
    };
  };