Skip to content

Commit b7dab12

Browse files
authored
mariadb-galera: 26.4.22 -> 26.4.23 (#415668)
2 parents e437137 + cfe6d55 commit b7dab12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ma/mariadb-galera/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "mariadb-galera";
15-
version = "26.4.22";
15+
version = "26.4.23";
1616

1717
src = fetchFromGitHub {
1818
owner = "codership";
1919
repo = "galera";
2020
rev = "release_${version}";
21-
hash = "sha256-Vi5gLl53ytgmAGYN/dHLDAaUqNb8mHmeqB/I6Sdbn1I=";
21+
hash = "sha256-v7zwhXfW9K1wvV951Utt/rUbSIMiRZB1rWfeK1VJzN4=";
2222
fetchSubmodules = true;
2323
};
2424

0 commit comments

Comments
 (0)