libxml2: 2.15.0 -> 2.15.1
This commit is contained in:
@@ -50,23 +50,14 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
libxml2 = callPackage ./common.nix {
|
libxml2 = callPackage ./common.nix {
|
||||||
version = "2.15.0";
|
version = "2.15.1";
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "GNOME";
|
owner = "GNOME";
|
||||||
repo = "libxml2";
|
repo = "libxml2";
|
||||||
tag = "v${packages.libxml2.version}";
|
tag = "v${packages.libxml2.version}";
|
||||||
hash = "sha256-jumHSiIMDzqG2hvPUdcBP8LsszcU+loOY+vqEh/0Yqo=";
|
hash = "sha256-FUfYMq5xT2i88JdIw9OtSofraUL3yjsyOVund+mfJKQ=";
|
||||||
};
|
};
|
||||||
extraPatches = [
|
|
||||||
# Fixes a regression in attribute normalization.
|
|
||||||
# Also see https://www.postgresql.org/message-id/flat/0756AC61-FBA3-46E2-B3C2-19B58B65EBDC%2540yesql.se
|
|
||||||
# To be removed with 2.15.1.
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.gnome.org/GNOME/libxml2/-/commit/da45a190f718e8e2f0e3d2a6325ffa23abc8b90c.patch";
|
|
||||||
hash = "sha256-wqmFszr7w1Lte12YR6Ug7Ng7fXABzizwUsJU1EhylgU=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
extraMeta = {
|
extraMeta = {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
jtojnar
|
jtojnar
|
||||||
|
|||||||
Reference in New Issue
Block a user