mariadb_105: 10.5.18 -> 10.5.19

https://mariadb.com/kb/en/mariadb-10-5-19-release-notes/
This commit is contained in:
ajs124 2023-02-08 16:03:49 +01:00
parent e4ee01e156
commit c4ee903b0f

View File

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