Skip to content

Commit

Permalink
Merge pull request NixOS#56713 from r-ryantm/auto-update/josm
Browse files Browse the repository at this point in the history
josm: 14620 -> 14760
  • Loading branch information
xeji authored Mar 15, 2019
2 parents a2187b4 + 79da043 commit 4c2e063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/josm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "josm-${version}";
version = "14620";
version = "14760";

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

buildInputs = [ jdk11 makeWrapper ];
Expand Down

0 comments on commit 4c2e063

Please sign in to comment.