mariadb-galera: 26.4.17 -> 26.4.18

+2 -2
+2 -2
pkgs/servers/sql/mariadb/galera/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "mariadb-galera"; 8 - version = "26.4.17"; 9 10 src = fetchFromGitHub { 11 owner = "codership"; 12 repo = "galera"; 13 rev = "release_${version}"; 14 - hash = "sha256-XcaHg0mqCGqP7VYb4jLSxuNxmBXJv2ivA/1spMyT4Tg="; 15 fetchSubmodules = true; 16 }; 17
··· 5 6 stdenv.mkDerivation rec { 7 pname = "mariadb-galera"; 8 + version = "26.4.18"; 9 10 src = fetchFromGitHub { 11 owner = "codership"; 12 repo = "galera"; 13 rev = "release_${version}"; 14 + hash = "sha256-JZMw9P+70c6m1zxaQLn0N46jL+P71cvyROekjoc5/Kk="; 15 fetchSubmodules = true; 16 }; 17