mariadb-galera: 26.4.9 -> 26.4.10

This commit is contained in:
Izorkin 2021-11-16 11:30:19 +03:00
parent 1fa2e5fdc9
commit 8aa3e1f42a
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -4,17 +4,19 @@
stdenv.mkDerivation rec {
pname = "mariadb-galera";
version = "26.4.9";
version = "26.4.10";
src = fetchFromGitHub {
owner = "codership";
repo = "galera";
rev = "release_${version}";
sha256 = "1nf8vv0b9v7rjsxl93avgvv0lz5jjg91brnric0dhlnp2dzzxi6g";
sha256 = "sha256-v3fKadoHCAKHZGPjuh/uLnmAaaPESrax73GEI/mH39g=";
fetchSubmodules = true;
};
buildInputs = [ asio boost check openssl cmake ];
nativeBuildInputs = [ cmake ];
buildInputs = [ asio boost.dev check openssl ];
preConfigure = ''
# make sure bundled asio cannot be used, but leave behind license, because it gets installed