mysql80: 8.0.21 -> 8.0.22

This commit is contained in:
Tim Otten 2021-01-10 22:49:18 -08:00
parent 4d5d04a238
commit 1dc5b4612f
2 changed files with 3 additions and 3 deletions

View file

@ -6,11 +6,11 @@
let
self = stdenv.mkDerivation rec {
pname = "mysql";
version = "8.0.21";
version = "8.0.22";
src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${self.mysqlVersion}/${pname}-${version}.tar.gz";
sha256 = "0d00k55rkzdgn5wj32vxankjk5x3ywfqw62zxzg3m503xrg56mmd";
sha256 = "9fd85bb243940ef8234d21384ef421a0962fd4d13406fc1420efa902115ce17a";
};
patches = [

View file

@ -17805,7 +17805,7 @@ in
mysql80 = callPackage ../servers/sql/mysql/8.0.x.nix {
inherit (darwin) cctools developer_cmds;
inherit (darwin.apple_sdk.frameworks) CoreServices;
boost = boost172; # Configure checks for specific version.
boost = boost173; # Configure checks for specific version.
protobuf = protobuf3_7;
};