Skip to content

Commit

Permalink
mariadb: 10.5.8 -> 10.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 committed May 7, 2021
1 parent 6eef66f commit 8b30f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/mariadb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ mariadb = server // {
};

common = rec { # attributes common to both builds
version = "10.5.8";
version = "10.5.10";

src = fetchurl {
urls = [
"https://downloads.mariadb.org/f/mariadb-${version}/source/mariadb-${version}.tar.gz"
"https://downloads.mariadb.com/MariaDB/mariadb-${version}/source/mariadb-${version}.tar.gz"
];
sha256 = "1s3vfm73911cddjhgpcbkya6nz7ag2zygg56qqzwscn5ybv28j7b";
sha256 = "1fxsq2xgcb8j81z043bifpmxblj6nb3wqjm9rgsnpwmazkwk5zx5";
name = "mariadb-${version}.tar.gz";
};

Expand Down

0 comments on commit 8b30f2e

Please sign in to comment.