Unverified Commit 6a8963b4 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

percona-xtrabackup_{8_4,8_0}: update to fix build with cmake4 (#451612)

parents e0a29ac1 3957c761
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
callPackage ./generic.nix (
  args
  // {
    version = "8.0.35-32";
    hash = "sha256-aNnAlhhzZ6636dzOz4FFDEE4Mb450HGU42cJrM21GdQ=";
    version = "8.0.35-34";
    hash = "sha256-DqjDBLSQqlWazWJjdb+n7RwqSe/OMlZI2ca/JNTX2W8=";

    # includes https://github.com/Percona-Lab/libkmip.git
    fetchSubmodules = true;
@@ -12,9 +12,5 @@ callPackage ./generic.nix (
    extraPatches = [
      ./abi-check.patch
    ];

    extraPostInstall = ''
      rm -r "$out"/docs
    '';
  }
)
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
callPackage ./generic.nix (
  args
  // {
    version = "8.4.0-2";
    hash = "sha256-ClW/B175z/sxF/MT9iHW1Wtr0ere63tIgUpcMp1IfTs=";
    version = "8.4.0-4";
    hash = "sha256-ws+si8bpalL8y7l9W+R4B02GnnGOou50txtS6ktntP4=";

    # includes https://github.com/Percona-Lab/libkmip.git
    fetchSubmodules = true;