Unverified Commit 00c20853 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #290306 from trofi/percona-xtrabackup-gcc-13-fix-update

percona-xtrabackup: 8.0.34-29 -> 8.0.35-30
parents f8131a5a 9a4243bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ callPackage, ... } @ args:

callPackage ./generic.nix (args // {
  version = "8.0.34-29";
  hash = "sha256-dO5ciIIAnKj2t+fYhrtnY7MvBThoA+SymBzN8H07giM=";
  version = "8.0.35-30";
  hash = "sha256-yagqBKU057Gk5pEyT2R3c5DtxNG/+TSPenFgbxUiHPo=";

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