Merge pull request #19408 from NeQuissimus/mariadb_10_1_18

mariadb: 10.1.17 -> 10.1.18
This commit is contained in:
Graham Christensen 2016-10-11 19:34:12 -04:00 committed by GitHub
commit 9ce4e47bf6

View file

@ -15,11 +15,11 @@ mariadb = everything // {
};
common = rec { # attributes common to both builds
version = "10.1.17";
version = "10.1.18";
src = fetchurl {
url = "https://downloads.mariadb.org/interstitial/mariadb-${version}/source/mariadb-${version}.tar.gz";
sha256 = "1ddalhxxcn95qp5b50z213niylcd0s6bqphid0c7c624wg2mm92c";
sha256 = "0wrvhyck95czhz553834i9im7ljvn8k2byakcinlji7zx43njcyp";
};
prePatch = ''