libxml2_13: freeze update script

This commit is contained in:
Gutyina Gergő
2025-07-19 00:31:01 +02:00
parent 4c5c6be10f
commit dbdc8ca8f4
2 changed files with 3 additions and 0 deletions
@@ -31,6 +31,7 @@
version,
src,
extraMeta ? { },
freezeUpdateScript ? false,
}:
let
@@ -141,6 +142,7 @@ stdenv'.mkDerivation (finalAttrs: {
updateScript = gnome.updateScript {
packageName = "libxml2";
versionPolicy = "none";
freeze = freezeUpdateScript;
};
tests = {
pkg-config = testers.hasPkgConfigModules {
@@ -15,6 +15,7 @@ let
tag = "v${packages.libxml2_13.version}";
hash = "sha256-acemyYs1yRSTSLH7YCGxnQzrEDm8YPTK4HtisC36LsY=";
};
freezeUpdateScript = true;
extraMeta = {
knownVulnerabilities = [
"CVE-2025-6021"