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
eigenmath: 3.33-unstable-2024-11-22 -> 3.35-unstable-2024-12-11 (#364381)
[NixPkgs.git]
/
pkgs
/
tools
/
backup
/
percona-xtrabackup
/
8_4.nix
blob
47efd663a1d4e96be16eef2c6c3af57815488661
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
extraPostInstall = '''';
16
}
17
)