josm: 15390 -> 15492

This commit is contained in:
Nikolay Korotkiy 2019-11-27 10:10:53 +03:00 committed by Robert Helgesson
parent 352775cc51
commit f0b5b247d9
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 = "15390";
version = "15492";
src = fetchurl {
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
sha256 = "1wxncd3mjd4j14svgpmvrxc0nkzfkpn0xlci7m7wp9hfp1l81v9f";
sha256 = "0x7ndcrlvrvk2fd4pyn10npr3778khcwg6xzzh19vdw4glh5zfcl";
};
buildInputs = [ jdk11 makeWrapper ];