mariadb_1010: 10.10.2 -> 10.10.3

https://mariadb.com/kb/en/mariadb-10-10-3-release-notes/
This commit is contained in:
ajs124 2023-02-08 16:06:05 +01:00
parent 62e139047b
commit bfe3e5fc15

View file

@ -276,8 +276,8 @@ in
};
mariadb_1010 = self.callPackage generic {
# Supported until 2023-11
version = "10.10.2";
hash = "sha256-V8vQESsitZL2V81OuC4vNq2QE1Exe/jheElXjoA/PLI=";
version = "10.10.3";
hash = "sha256-DQxF/oUFnY0mxuIp8wQQqLj3KC7C1WVg/JqJMOFO130=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};