josm: 12914 -> 12921
This commit is contained in:
parent
a05f1e2ec4
commit
eeda400b30
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "josm-${version}";
|
name = "josm-${version}";
|
||||||
version = "12914";
|
version = "12921";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
|
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
|
||||||
sha256 = "104yih9xfgkpcqg8sqgwkpij2l6pwm12jx6kif45j11sg7hxlh8x";
|
sha256 = "1fp6mpl8fa91dhdf3hw5hk8xsp1imj7558adjnjkb6n4vmrbszhm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ jre8 makeWrapper ];
|
buildInputs = [ jre8 makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user