mariadb_107: drop ahead of 22.11 release

Supported until 2023-02, not long enough for 22.11.
This commit is contained in:
Yorick van Pelt
2022-11-01 10:36:47 +01:00
parent ab8f86d73f
commit a089f79823
2 changed files with 1 additions and 9 deletions
+1 -8
View File
@@ -257,13 +257,6 @@ in
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_107 = self.callPackage generic {
# Supported until 2023-02. TODO: remove ahead of 22.11 release.
version = "10.7.6";
hash = "sha256-erX7pDmQV33BdPG5a9NAszN8G9Rv48NmIgsJ0siNLqA=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_108 = self.callPackage generic {
# Supported until 2023-05
version = "10.8.5";
@@ -272,7 +265,7 @@ in
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_109 = self.callPackage generic {
# Supported until 2023-08(?)
# Supported until 2023-08
version = "10.9.3";
hash = "sha256-mh4imXL8zMgnDmM/aNP7gk2hUdz09T2h342UesqHa+4=";
inherit (self.darwin) cctools;
-1
View File
@@ -23983,7 +23983,6 @@ with pkgs;
mariadb_104
mariadb_105
mariadb_106
mariadb_107
mariadb_108
mariadb_109
;