mariadb_104: 10.4.27 -> 10.4.28

https://mariadb.com/kb/en/mariadb-10-4-28-release-notes/
This commit is contained in:
ajs124 2023-02-08 16:03:25 +01:00
parent 69de4ddc4b
commit e4ee01e156

View File

@ -241,8 +241,8 @@ in
self: {
mariadb_104 = self.callPackage generic {
# Supported until 2024-06-18
version = "10.4.27";
hash = "sha256-SKHyIMoYuwxGN513/pjrdQvMcFLnPxDjJ26ipcUbirI=";
version = "10.4.28";
hash = "sha256-AD/SPzxu5RYXbhtisLQ822zdPc1OMPhVwcWrK6r1qGw=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};