Unverified Commit 0d3206e6 authored by Grimmauld's avatar Grimmauld Committed by GitHub
Browse files

libxml2: 2.15.0 -> 2.15.1 (#457291)

parents 63234d57 49b98b13
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -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