Skip to content

Commit

Permalink
josm: 13367 -> 13478
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Mar 2, 2018
1 parent 085321a commit 87acdca
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 = "13367";
version = "13478";

src = fetchurl {
url = "https://josm.openstreetmap.de/download/josm-snapshot-${version}.jar";
sha256 = "1yf7cx8159njxid9qa0id7zfkr7dn83rrkgxp9kzkjn25aqji4cf";
sha256 = "1mc1zdcnlm14ky820cj61sid6aiq9k11kj6vzlqskvgqazc60xj4";
};

buildInputs = [ jre8 makeWrapper ];
Expand Down

0 comments on commit 87acdca

Please sign in to comment.