weasis: 4.6.3 -> 4.6.5 (#448448)

This commit is contained in:
Weijia Wang
2025-10-24 22:12:28 +00:00
committed by GitHub
+2 -2
View File
@@ -22,12 +22,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "weasis";
version = "4.6.3";
version = "4.6.5";
# 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-1dvBKxInuk8FpZjo59+LkIuEBTr57wkLaHfvvvT6bOg=";
hash = "sha256-wUkHHbqlFl4L0l4Bd6iXXjEgDwVay2zCJ7ucSvfAGWw=";
stripRoot = false;
};