libxml2: 2.14.5 -> 2.14.6 (#444384)

This commit is contained in:
K900
2025-09-19 19:38:53 +03:00
committed by GitHub
@@ -43,13 +43,13 @@ let
};
};
libxml2 = callPackage ./common.nix {
version = "2.14.5";
version = "2.14.6";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "libxml2";
tag = "v${packages.libxml2.version}";
hash = "sha256-vxKlw8Kz+fgUP6bhWG2+4346WJVzqG0QvPG/BT7RftQ=";
hash = "sha256-EIcNL5B/o74hyc1N+ShrlKsPL5tHhiGgkCR1D7FcDjw=";
};
extraMeta = {
maintainers = with lib.maintainers; [