eigenmath: 3.33-unstable-2024-11-22 -> 3.35-unstable-2024-12-11 (#364381)
[NixPkgs.git] / pkgs / tools / backup / percona-xtrabackup / 8_4.nix
blob47efd663a1d4e96be16eef2c6c3af57815488661
1 { callPackage, ... }@args:
3 callPackage ./generic.nix (
4   args
5   // {
6     version = "8.4.0-1";
7     hash = "sha256-2tWRRYH0P0HZsWTxeuvDeVWvDwqjjdv6J7YiZwoTKtM=";
9     # includes https://github.com/Percona-Lab/libkmip.git
10     fetchSubmodules = true;
12     extraPatches = [
13     ];
15     extraPostInstall = '''';
16   }