mariadb_1010: 10.10.2 -> 10.10.3
https://mariadb.com/kb/en/mariadb-10-10-3-release-notes/
This commit is contained in:
parent
62e139047b
commit
bfe3e5fc15
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue