Skip to content

Commit

Permalink
openjump: 2.2.1 → 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Oct 19, 2024
1 parent d72c0ce commit 4b93fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/op/openjump/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

stdenv.mkDerivation (finalAttrs: {
pname = "openjump";
version = "2.2.1";
revision = "r5222%5B94156e5%5D";
version = "2.3.0";
revision = "r5279%5Bd24616e%5D";

src = fetchurl {
url = "mirror://sourceforge/jump-pilot/OpenJUMP/${finalAttrs.version}/OpenJUMP-Portable-${finalAttrs.version}-${finalAttrs.revision}-PLUS.zip";
hash = "sha256-+/AMmD6NDPy+2Gq1Ji5i/QWGU7FOsU+kKsWoNXcx/VI=";
hash = "sha256-IO44iGnFQt/ir1WlvBrEHjdC+0DZTfJIVAJgRcxrFMI=";
};

# TODO: build from source
Expand Down

0 comments on commit 4b93fe8

Please sign in to comment.