Merge pull request #30039 from florianjacob/mariadb-10.1.28

mariadb: 10.1.26 -> 10.1.28
This commit is contained in:
Tim Steinbach 2017-10-03 10:45:31 -04:00 committed by GitHub
commit e3ad4aa4f5

View file

@ -15,11 +15,11 @@ mariadb = everything // {
};
common = rec { # attributes common to both builds
version = "10.1.26";
version = "10.1.28";
src = fetchurl {
url = "https://downloads.mariadb.org/f/mariadb-${version}/source/mariadb-${version}.tar.gz/from/http%3A//ftp.hosteurope.de/mirror/archive.mariadb.org/?serve";
sha256 = "0ggpdcal0if9y6h9hp1yv2q65cbkjfl4p8rqk68a5pk7k75v325s";
sha256 = "1g9b0c04qhgcgw6xw29bvdjjjacr7kn82crc7apvvi10ykzwhb99";
name = "mariadb-${version}.tar.gz";
};