mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libxml2: 2.15.2 -> 2.15.3
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.15.3/NEWS
Fixes CVE-2026-6732
Other security issues fixed here seem to not have CVEs assigned (yet)
(cherry picked from commit efef7d2661)
This commit is contained in:
parent
d8418ebb92
commit
2c2c8a3587
1 changed files with 2 additions and 2 deletions
|
|
@ -46,13 +46,13 @@ let
|
|||
};
|
||||
};
|
||||
libxml2 = callPackage ./common.nix {
|
||||
version = "2.15.2";
|
||||
version = "2.15.3";
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "GNOME";
|
||||
repo = "libxml2";
|
||||
tag = "v${packages.libxml2.version}";
|
||||
hash = "sha256-k5dZ75D/BOouYAjrof9Jm2lY29XZhOqS1kudDGmGY9Q=";
|
||||
hash = "sha256-fDntZDyITs223by8n7ueOXiO7yyzshtANoWbY0+yeqo=";
|
||||
};
|
||||
extraMeta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue