mariadb_1010: 10.10.3 -> 10.10.4

https://mariadb.com/kb/en/mariadb-10-10-4-changelog/
This commit is contained in:
ajs124 2023-05-10 18:09:54 +02:00
parent b4213da2cf
commit e59deb59d7

View File

@ -263,9 +263,9 @@ in
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_1010 = self.callPackage generic {
# Supported until 2023-11-17
version = "10.10.3";
hash = "sha256-DQxF/oUFnY0mxuIp8wQQqLj3KC7C1WVg/JqJMOFO130=";
# Supported until 2023-11-17. TODO: remove ahead of 23.11 branchoff
version = "10.10.4";
hash = "sha256-IX2Z47Ami5MizyicGEMnqHiYs/aGvS6eS5JpXqYRixk=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};