Skip to content

Commit

Permalink
mariadb: 10.1.19 -> 10.1.21 for multiple CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jan 25, 2017
1 parent bd206c6 commit dfc0453
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/servers/sql/mariadb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ mariadb = everything // {
};

common = rec { # attributes common to both builds
version = "10.1.19";
version = "10.1.21";

src = fetchurl {
url = "https://downloads.mariadb.org/interstitial/mariadb-${version}/source/mariadb-${version}.tar.gz";
sha256 = "108s4mimdbmgmmn5pcr9a405j70cyny9adzv49s75lg22krp74sv";
sha256 = "144lcm5awcf0k6a7saqfr4p2kg8r5wbdhdm4cmn2m8hyg1an70as";
};

prePatch = ''
Expand Down Expand Up @@ -161,4 +161,3 @@ everything = stdenv.mkDerivation (common // {
});

in mariadb

0 comments on commit dfc0453

Please sign in to comment.