Loading pkgs/development/libraries/libxml2/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -50,23 +50,14 @@ let }; }; libxml2 = callPackage ./common.nix { version = "2.15.0"; version = "2.15.1"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "GNOME"; repo = "libxml2"; 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 = { maintainers = with lib.maintainers; [ jtojnar Loading Loading
pkgs/development/libraries/libxml2/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -50,23 +50,14 @@ let }; }; libxml2 = callPackage ./common.nix { version = "2.15.0"; version = "2.15.1"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "GNOME"; repo = "libxml2"; 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 = { maintainers = with lib.maintainers; [ jtojnar Loading