weasis: 4.6.2 -> 4.6.3

This commit is contained in:
R. Ryantm
2025-08-15 18:36:57 +00:00
parent 3d62d9c518
commit b740ed7d47
+2 -2
View File
@@ -18,12 +18,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "weasis";
version = "4.6.2";
version = "4.6.3";
# Their build instructions indicate to use the packaging script
src = fetchzip {
url = "https://github.com/nroduit/Weasis/releases/download/v${finalAttrs.version}/weasis-native.zip";
hash = "sha256-7oYrUNj9BBcFh+1CQQ4PJW8ln+fd5Ed9y9tMoixc5Mc=";
hash = "sha256-1dvBKxInuk8FpZjo59+LkIuEBTr57wkLaHfvvvT6bOg=";
stripRoot = false;
};