3
0
Fork 0
forked from mirrors/nixpkgs

mariadb_106: 10.6.10 -> 10.6.11

https://mariadb.com/kb/en/mariadb-10-6-11-release-notes/
This commit is contained in:
ajs124 2022-11-08 12:44:32 +01:00
parent b217e7dfcb
commit 4a6b0747ed

View file

@ -252,8 +252,8 @@ in
};
mariadb_106 = self.callPackage generic {
# Supported until 2026-07
version = "10.6.10";
hash = "sha256-atn6hvDIXI7q+tJkNUnV/13ShyAClk51R1LekYY6o7c=";
version = "10.6.11";
hash = "sha256-V4S6TF2Hk7rbpYNIV2gk2YSewVLpy+5HoXZRYdhAyUo=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};