repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
tools
/
backup
/
percona-xtrabackup
/
8_4.nix
blob
0bfcbb12e236253462c4bb83f75b2f102fe077ee
1
{ callPackage, ... }@args:
2
3
callPackage ./generic.nix (
4
args
5
// {
6
version = "8.4.0-1";
7
hash = "sha256-2tWRRYH0P0HZsWTxeuvDeVWvDwqjjdv6J7YiZwoTKtM=";
8
9
# includes https://github.com/Percona-Lab/libkmip.git
10
fetchSubmodules = true;
11
12
extraPatches =
13
[
14
];
15
16
extraPostInstall = '''';
17
}
18
)