weasis: 4.4.0 -> 4.5.1 (#374839)

This commit is contained in:
Nick Cao
2025-01-19 10:04:53 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation rec {
pname = "weasis";
version = "4.4.0";
version = "4.5.1";
# Their build instructions indicate to use the packaging script
src = fetchzip {
url = "https://github.com/nroduit/Weasis/releases/download/v${version}/weasis-native.zip";
hash = "sha256-+Bi9rTuM9osKzbKVA4exqsFm8p9+1OHgJqRSNnCC6QQ=";
hash = "sha256-aGoTSOZ1W8JHQ0+FcJ9RZ47A1LfXJOoGNmVDiUd9zxE=";
stripRoot = false;
};
+1 -1
View File
@@ -18317,7 +18317,7 @@ with pkgs;
};
weasis = callPackage ../by-name/we/weasis/package.nix {
jre = jdk21;
jre = jdk23;
};
sieveshell = with python3.pkgs; toPythonApplication managesieve;