mariadb_1010: init at 10.10.2

https://mariadb.com/kb/en/mariadb-10-10-2-release-notes/
This commit is contained in:
ajs124
2023-01-23 00:35:15 +01:00
parent 912fc670f6
commit 3f5fcc6eab
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -274,4 +274,11 @@ in
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_1010 = self.callPackage generic {
# Supported until 2023-11
version = "10.10.2";
hash = "sha256-V8vQESsitZL2V81OuC4vNq2QE1Exe/jheElXjoA/PLI=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
}
+1
View File
@@ -24664,6 +24664,7 @@ with pkgs;
mariadb_106
mariadb_108
mariadb_109
mariadb_1010
;
mariadb = mariadb_106;
mariadb-embedded = mariadb.override { withEmbedded = true; };