mariadb_105: 10.5.19 -> 10.5.20

https://mariadb.com/kb/en/mariadb-10-5-20-release-notes/
This commit is contained in:
ajs124 2023-05-10 18:05:39 +02:00
parent c17a783c80
commit 3dc1bd1104

View file

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