mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
mariadb-galera: 26.4.9 -> 26.4.10
This commit is contained in:
parent
1fa2e5fdc9
commit
8aa3e1f42a
@ -4,17 +4,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mariadb-galera";
|
pname = "mariadb-galera";
|
||||||
version = "26.4.9";
|
version = "26.4.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "codership";
|
owner = "codership";
|
||||||
repo = "galera";
|
repo = "galera";
|
||||||
rev = "release_${version}";
|
rev = "release_${version}";
|
||||||
sha256 = "1nf8vv0b9v7rjsxl93avgvv0lz5jjg91brnric0dhlnp2dzzxi6g";
|
sha256 = "sha256-v3fKadoHCAKHZGPjuh/uLnmAaaPESrax73GEI/mH39g=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ asio boost check openssl cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
buildInputs = [ asio boost.dev check openssl ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# make sure bundled asio cannot be used, but leave behind license, because it gets installed
|
# make sure bundled asio cannot be used, but leave behind license, because it gets installed
|
||||||
|
Loading…
Reference in New Issue
Block a user