josm: 11223 -> 11526

This commit is contained in:
Robert Helgesson 2017-02-11 00:28:52 +01:00
parent 922413c043
commit 405ec4496a
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "josm-${version}";
version = "11223";
version = "11526";
src = fetchurl {
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
sha256 = "0fv1hlp98f178jy7lxnvq2rk6rq1zj62q6dv0vn02fvm00ia53s8";
sha256 = "1164vfqbbys0032amk85219y0paihvi8jkx0kwc5lramwsk57pld";
};
phases = [ "installPhase" ];