Skip to content

Commit

Permalink
josm: 12712 -> 12914
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Oct 3, 2017
1 parent 0b18fa4 commit 88f197f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/josm/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "josm-${version}";
version = "12712";
version = "12914";

src = fetchurl {
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
sha256 = "0lpz4yzkvjpn5g36nibrkh773jnlkiqj6lghsx69i86h0xfb7gqf";
sha256 = "104yih9xfgkpcqg8sqgwkpij2l6pwm12jx6kif45j11sg7hxlh8x";
};

buildInputs = [ jre8 makeWrapper ];
Expand Down

0 comments on commit 88f197f

Please sign in to comment.