tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mariadb-galera: 26.4.17 -> 26.4.18
R. Ryantm
2 years ago
63f1eccb
848c9745
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sql
mariadb
galera
default.nix
+2
-2
pkgs/servers/sql/mariadb/galera/default.nix
···
5
5
6
6
stdenv.mkDerivation rec {
7
7
pname = "mariadb-galera";
8
8
-
version = "26.4.17";
8
8
+
version = "26.4.18";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "codership";
12
12
repo = "galera";
13
13
rev = "release_${version}";
14
14
-
hash = "sha256-XcaHg0mqCGqP7VYb4jLSxuNxmBXJv2ivA/1spMyT4Tg=";
14
14
+
hash = "sha256-JZMw9P+70c6m1zxaQLn0N46jL+P71cvyROekjoc5/Kk=";
15
15
fetchSubmodules = true;
16
16
};
17
17