Unverified Commit 3f713094 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

josm: 19412 → 19423 (#426042)

parents ffc3a1f2 55527645
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -11,21 +11,21 @@
}:
let
  pname = "josm";
  version = "19412";
  version = "19423";
  srcs = {
    jar = fetchurl {
      url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
      hash = "sha256-lT7DoB4VJm9yBuQL+qYc4om/SFaJm8mH29R3P3mULjY=";
      hash = "sha256-s8aMV31NsDFE5XLP523PH3RNvq78eTAa+UvmjyY5a+E=";
    };
    macosx = fetchurl {
      url = "https://josm.openstreetmap.de/download/macosx/josm-macos-${version}-java21.zip";
      hash = "sha256-INChmimPk8K0UuDHDIh5prjj/gx26Pv1g1MJhhHVd+8=";
      hash = "sha256-8eps1eTUn9FHHYwECH/742PV7wnnRO08dlZmaxd1aZU=";
    };
    pkg = fetchFromGitHub {
      owner = "JOSM";
      repo = "josm";
      tag = "${version}-tested";
      hash = "sha256-5XOVDQzjZ6g5iGWTqhhO/yAxgBy4jSthDeHu4QpJxaY=";
      hash = "sha256-ke8+JMFx95WyYR+ZIbjUVh3CT72bAfiMBGkc0Mim+60=";
    };
  };

@@ -72,6 +72,7 @@ stdenv.mkDerivation {
    maintainers = with lib.maintainers; [
      rycee
      sikmir
      starsep
    ];
    platforms = lib.platforms.all;
    mainProgram = "josm";