Skip to content

Commit 6663da5

Browse files
authored
josm: 19253 -> 19277 (#371299)
2 parents 942e79d + fa3ad81 commit 6663da5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
}:
44
let
55
pname = "josm";
6-
version = "19253";
6+
version = "19277";
77
srcs = {
88
jar = fetchurl {
99
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
10-
hash = "sha256-GnN+XtGzhLZ2PKAGHv+GMMh0FpilwET7EfKI4CAwYgg=";
10+
hash = "sha256-NXf95ANB5Ezgf1CKEbefrIxoyqHgYC/WKNf7+p3D/pY=";
1111
};
1212
macosx = fetchurl {
1313
url = "https://josm.openstreetmap.de/download/macosx/josm-macos-${version}-java21.zip";
14-
hash = "sha256-bcCl+w+pvsR+8QXKjM9bVyTAgzp+wre71tZMp5+VJTA=";
14+
hash = "sha256-vP7s6kneOOpLUYZ1Un7Zdo8wMZ/fErLaJFxtR/vCvD8=";
1515
};
1616
pkg = fetchFromGitHub {
1717
owner = "JOSM";
1818
repo = "josm";
19-
rev = "refs/tags/${version}-tested";
20-
hash = "sha256-I1mMtNzFkBoU0qcx2rVd9nmDK91ccVyaKwPft72M3r0=";
19+
tag = "${version}-tested";
20+
hash = "sha256-3aVMZFYz7J8fkCR4TVmkvsAu2cX7swxiNt12is42nKE=";
2121
};
2222
};
2323

0 commit comments

Comments
 (0)