Skip to content

Commit

Permalink
mariadb: 10.2.11 -> 10.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Izorkin authored and globin committed Jan 6, 2018
1 parent e5715d9 commit 08cde7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/sql/mariadb/default.nix
Expand Up @@ -15,11 +15,11 @@ mariadb = everything // {
};

common = rec { # attributes common to both builds
version = "10.2.11";
version = "10.2.12";

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 = "1s53ravbrxcc8ixvkm56rwgs3cfifzngc56pidd1f1dr1n0mlmb3";
url = "https://downloads.mariadb.org/f/mariadb-${version}/source/mariadb-${version}.tar.gz";
sha256 = "1v21sc1y5qndwdbr921da1s009bkn6pshwcgw47w7aygp9zjvcia";
name = "mariadb-${version}.tar.gz";
};

Expand Down

0 comments on commit 08cde7d

Please sign in to comment.