mariadb_1011: init at 10.11.2

https://mariadb.org/mariadb-10-11-2-ga-now-available/
new LTS release!
This commit is contained in:
ajs124 2023-02-16 22:21:08 +01:00
parent 32e59366db
commit 351e8a51c4
2 changed files with 8 additions and 0 deletions

View file

@ -282,4 +282,11 @@ in
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_1011 = self.callPackage generic {
# Supported until 2028-02-16
version = "10.11.2";
hash = "sha256-HIne4MrtD2i8Kh0gPrmKEjFQ5qF59u4PH8C6Pwjccdw=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
}

View file

@ -24907,6 +24907,7 @@ with pkgs;
mariadb_108
mariadb_109
mariadb_1010
mariadb_1011
;
mariadb = mariadb_106;
mariadb-embedded = mariadb.override { withEmbedded = true; };