mariadb_105: 10.5.21 -> 10.5.22

https://mariadb.com/kb/en/mariadb-10-5-22-release-notes/
This commit is contained in:
ajs124 2023-08-15 13:17:04 +02:00
parent 01f9a554f5
commit ce6608f77b

View File

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