Merge pull request #223752 from Izorkin/update-mariadb-galera

mariadb-galera: 26.4.13 -> 26.4.14
This commit is contained in:
ajs124 2023-04-03 13:12:33 +02:00 committed by GitHub
commit d59c85209d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "mariadb-galera";
version = "26.4.13";
version = "26.4.14";
src = fetchFromGitHub {
owner = "codership";
repo = "galera";
rev = "release_${version}";
sha256 = "sha256-Jg7RMAwxAYjMcAweBig6Eb0rGcFhjiZbq+xNuQA3bho=";
hash = "sha256-oRDzRylZEqmhtE70XWmwqt6eJaJyGgySjdxouznLP1g=";
fetchSubmodules = true;
};
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Only;
maintainers = with maintainers; [ ajs124 izorkin ];
platforms = platforms.all;
broken = stdenv.isDarwin;
};
}