percona-xtrabackup: 8.0.34-29 -> 8.0.35-30

Without the change build fails on `master` on `gcc-13` as
https://hydra.nixos.org/build/249086583:

    In file included from /build/source/components/keyrings/common/data/data.cc:25:
    /build/source/components/keyrings/common/data/data.h: In member function 'pfs_string keyring_common::data::Sensitive_data::decode() const':
    /build/source/components/keyrings/common/data/data.h:69:24: error: 'uintptr_t' is not a member of 'std'
       69 |         std::hash<std::uintptr_t>{}(reinterpret_cast<std::uintptr_t>(this));
          |                        ^~~~~~~~~
This commit is contained in:
Sergei Trofimovich 2024-02-20 23:23:53 +00:00
parent e4af98e127
commit 9a4243bff7

View file

@ -1,8 +1,8 @@
{ 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;