weasis: 4.6.3 -> 4.6.5

This commit is contained in:
R. Ryantm
2025-10-11 14:36:35 +00:00
parent e39d1aa76a
commit 22a2102bcb
+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;
};