omegat: 6.0.0 -> 6.0.1

This commit is contained in:
R. Ryantm 2024-10-13 15:13:20 +00:00
parent ad77064254
commit 39a1bba1ab

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, unzip, jdk, makeWrapper}: { lib, stdenv, fetchurl, unzip, jdk, makeWrapper}:
stdenv.mkDerivation { stdenv.mkDerivation {
version = "6.0.0"; version = "6.0.1";
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%206.0.0/OmegaT_6.0.0_Without_JRE.zip"; url = "mirror://sourceforge/project/omegat/OmegaT%20-%20Standard/OmegaT%206.0.1/OmegaT_6.0.1_Without_JRE.zip";
sha256 = "sha256-dsbT5iuZBudUL4Kw4rdvi4y98mcvnYNj9jRvC5wJoYI="; sha256 = "sha256-Rj50bzT8k7+GWb0p/ma+zy+PzkF7tB6iV4F4UVAImJg=";
}; };
nativeBuildInputs = [ makeWrapper unzip ]; nativeBuildInputs = [ makeWrapper unzip ];