mariadb_1010: remove

This commit is contained in:
ajs124 2023-11-14 20:58:43 +01:00
parent cd014bdb85
commit 85f4a211df
3 changed files with 1 additions and 8 deletions

View File

@ -257,13 +257,6 @@ in
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_1010 = self.callPackage generic {
# Supported until 2023-11-17. TODO: remove ahead of 23.11 branchoff
version = "10.10.6";
hash = "sha256-4eUwEZedKfDsJuE6uMr2E0gb8ClSBWb7loF1RhA5ONU=";
inherit (self.darwin) cctools;
inherit (self.darwin.apple_sdk.frameworks) CoreServices;
};
mariadb_1011 = self.callPackage generic {
# Supported until 2028-02-16
version = "10.11.5";

View File

@ -563,6 +563,7 @@ mapAliases ({
MACS2 = macs2; # Added 2023-06-12
mariadb_104 = throw "mariadb_104 has been removed from nixpkgs, please switch to another version like mariadb_106"; # Added 2023-09-11
mariadb_1010 = throw "mariadb_1010 has been removed from nixpkgs, please switch to another version like mariadb_1011"; # Added 2023-11-14
mariadb-client = hiPrio mariadb.client; #added 2019.07.28
markdown-pp = throw "markdown-pp was removed from nixpkgs, because the upstream archived it on 2021-09-02"; # Added 2023-07-22
markmind = throw "markmind has been removed from nixpkgs, because it depended on an old version of electron"; # Added 2023-09-12

View File

@ -26896,7 +26896,6 @@ with pkgs;
inherit (import ../servers/sql/mariadb pkgs)
mariadb_105
mariadb_106
mariadb_1010
mariadb_1011
mariadb_110
;