Merge pull request #309726 from r-ryantm/auto-update/weasis

weasis: 4.3.0 -> 4.4.0
This commit is contained in:
Weijia Wang 2024-05-09 20:38:30 +02:00 committed by GitHub
commit 70242650e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,12 @@ let
in stdenv.mkDerivation rec {
pname = "weasis";
version = "4.3.0";
version = "4.4.0";
# 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-4Ew7RG8eM8pa6AiblREgt03fGOQVKVzkQMR87GIJIVM=";
hash = "sha256-+Bi9rTuM9osKzbKVA4exqsFm8p9+1OHgJqRSNnCC6QQ=";
stripRoot = false;
};