unityhub: switch to libxml2_13 that has patches for 5 CVEs

This commit is contained in:
Gutyina Gergő
2025-08-17 11:20:40 +02:00
parent 2bdc906674
commit 1a18663bf4
+1 -12
View File
@@ -96,18 +96,7 @@ stdenv.mkDerivation rec {
xorg.libXcursor
glib
gdk-pixbuf
(libxml2.overrideAttrs (oldAttrs: rec {
version = "2.13.8";
src = fetchurl {
url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor version}/libxml2-${version}.tar.xz";
hash = "sha256-J3KUyzMRmrcbK8gfL0Rem8lDW4k60VuyzSsOhZoO6Eo=";
};
meta = oldAttrs.meta // {
knownVulnerabilities = oldAttrs.meta.knownVulnerabilities or [ ] ++ [
"CVE-2025-6021"
];
};
}))
libxml2_13
zlib
clang
git # for git-based packages in unity package manager