Merge pull request #250371 from r-ryantm/auto-update/omegat

omegat: 4.3.0 -> 6.0.0
This commit is contained in:
Weijia Wang 2023-08-30 20:25:17 +02:00 committed by GitHub
commit 2096a5cdf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, unzip, jdk, makeWrapper}: { lib, stdenv, fetchurl, unzip, jdk, makeWrapper}:
stdenv.mkDerivation { stdenv.mkDerivation {
version = "4.3.0"; version = "6.0.0";
pname = "omegat"; pname = "omegat";
src = fetchurl { # their zip has repeated files or something, so no fetchzip src = fetchurl { # their zip has repeated files or something, so no fetchzip
url = "mirror://sourceforge/project/omegat/OmegaT%20-%20Standard/OmegaT%204.3.0/OmegaT_4.3.0_Without_JRE.zip"; url = "mirror://sourceforge/project/omegat/OmegaT%20-%20Standard/OmegaT%206.0.0/OmegaT_6.0.0_Without_JRE.zip";
sha256 = "0axz7r30p34z5hgvdglznc82g7yvm3g56dv5190jixskx6ba58rs"; sha256 = "sha256-dsbT5iuZBudUL4Kw4rdvi4y98mcvnYNj9jRvC5wJoYI=";
}; };
nativeBuildInputs = [ makeWrapper unzip ]; nativeBuildInputs = [ makeWrapper unzip ];