3
0
Fork 0
forked from mirrors/nixpkgs

josm: 15492 -> 15553

This commit is contained in:
R. RyanTM 2019-12-23 07:27:01 -08:00 committed by Robert Helgesson
parent dae537c37a
commit 24a323b767
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "josm";
version = "15492";
version = "15553";
src = fetchurl {
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
sha256 = "0x7ndcrlvrvk2fd4pyn10npr3778khcwg6xzzh19vdw4glh5zfcl";
sha256 = "07kkc19r9xkb5jim26nnmajp0jzvg3absgx55z5qnna6r189ba2j";
};
buildInputs = [ jdk11 makeWrapper ];