Skip to content

Commit

Permalink
josm: 11639 -> 11826
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Apr 13, 2017
1 parent 034ea00 commit de0f090
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 = "11639";
version = "11826";

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

phases = [ "installPhase" ];
Expand Down

0 comments on commit de0f090

Please sign in to comment.