mariadb-galera: 26.4.14 -> 26.4.15

This commit is contained in:
ajs124
2023-06-22 13:33:35 +02:00
parent 5a2ba3cb69
commit b27f7c6012
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "mariadb-galera";
version = "26.4.14";
version = "26.4.15";
src = fetchFromGitHub {
owner = "codership";
repo = "galera";
rev = "release_${version}";
hash = "sha256-oRDzRylZEqmhtE70XWmwqt6eJaJyGgySjdxouznLP1g=";
hash = "sha256-9CjxtNvsj2qM65u+R0pJZVwEaTdqtqURrfOGbT+/5ks=";
fetchSubmodules = true;
};