mariadb_105: 10.5.17 -> 10.5.18

https://mariadb.com/kb/en/mariadb-10-5-18-release-notes/
This commit is contained in:
ajs124 2022-11-08 12:43:20 +01:00
parent 7952d7bc14
commit b217e7dfcb

View File

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