mariadb_105: 10.5.20 -> 10.5.21

https://mariadb.com/kb/en/mariadb-10-5-21-release-notes/
This commit is contained in:
ajs124
2023-06-09 15:34:08 +02:00
parent 17d3aa7422
commit 04e9ffc0bc

View File

@@ -250,8 +250,8 @@ in
};
mariadb_105 = self.callPackage generic {
# Supported until 2025-06-24
version = "10.5.20";
hash = "sha256-sY+Q8NAR74e71VmtBDLN4Qfs21jqKCcQg7SJvf0e79s=";
version = "10.5.21";
hash = "sha256-yn63Mo4cAunZCxPfNpW3+ni9c92ZykniPjLWzImCIkI=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};