mariadb-galera: 26.4.17 -> 26.4.18

This commit is contained in:
R. Ryantm 2024-05-01 11:32:56 +00:00
parent 848c9745a7
commit 63f1eccb2b

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "mariadb-galera";
version = "26.4.17";
version = "26.4.18";
src = fetchFromGitHub {
owner = "codership";
repo = "galera";
rev = "release_${version}";
hash = "sha256-XcaHg0mqCGqP7VYb4jLSxuNxmBXJv2ivA/1spMyT4Tg=";
hash = "sha256-JZMw9P+70c6m1zxaQLn0N46jL+P71cvyROekjoc5/Kk=";
fetchSubmodules = true;
};