about summary refs log tree commit diff
path: root/pkgs/servers/sql/mariadb
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-02-16 22:18:35 +0100
committerajs124 <git@ajs124.de>2023-02-16 22:18:35 +0100
commit32e59366dbc261fd8c08f8fcc8e6433273ef3b1d (patch)
tree833566cd404072cdd31d2feb6d152cbc0cddcd83 /pkgs/servers/sql/mariadb
parentb7848ac7510f4ce872bbe405163101eb3284a375 (diff)
downloadnixlib-32e59366dbc261fd8c08f8fcc8e6433273ef3b1d.tar
nixlib-32e59366dbc261fd8c08f8fcc8e6433273ef3b1d.tar.gz
nixlib-32e59366dbc261fd8c08f8fcc8e6433273ef3b1d.tar.bz2
nixlib-32e59366dbc261fd8c08f8fcc8e6433273ef3b1d.tar.lz
nixlib-32e59366dbc261fd8c08f8fcc8e6433273ef3b1d.tar.xz
nixlib-32e59366dbc261fd8c08f8fcc8e6433273ef3b1d.tar.zst
nixlib-32e59366dbc261fd8c08f8fcc8e6433273ef3b1d.zip
mariadb: add more precise EOLs + link
Diffstat (limited to 'pkgs/servers/sql/mariadb')
-rw-r--r--pkgs/servers/sql/mariadb/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/servers/sql/mariadb/default.nix b/pkgs/servers/sql/mariadb/default.nix
index 11ab668d6378..34c3de338313 100644
--- a/pkgs/servers/sql/mariadb/default.nix
+++ b/pkgs/servers/sql/mariadb/default.nix
@@ -239,6 +239,7 @@ let
     };
 in
   self: {
+    # see https://mariadb.org/about/#maintenance-policy for EOLs
     mariadb_104 = self.callPackage generic {
       # Supported until 2024-06-18
       version = "10.4.28";
@@ -254,28 +255,28 @@ in
       inherit (self.darwin.apple_sdk.frameworks) CoreServices;
     };
     mariadb_106 = self.callPackage generic {
-      # Supported until 2026-07
+      # Supported until 2026-07-06
       version = "10.6.12";
       hash = "sha256-PtLrdCnC+uVCPKVcZhdC0QfjUkbxqwwQcJbwxLg5Rjo=";
       inherit (self.darwin) cctools;
       inherit (self.darwin.apple_sdk.frameworks) CoreServices;
     };
     mariadb_108 = self.callPackage generic {
-      # Supported until 2023-05. TODO: remove ahead of 23.05 branchoff
+      # Supported until 2023-05-20. TODO: remove ahead of 23.05 branchoff
       version = "10.8.7";
       hash = "sha256-A6uqsKMvNTjqZZFbrUBBWf2mHEJE9HZJpC6xdUIGuAI=";
       inherit (self.darwin) cctools;
       inherit (self.darwin.apple_sdk.frameworks) CoreServices;
     };
     mariadb_109 = self.callPackage generic {
-      # Supported until 2023-08. TODO: remove ahead of 23.05 branchoff?
+      # Supported until 2023-08-22. TODO: remove ahead of 23.05 branchoff?
       version = "10.9.5";
       hash = "sha256-CXYrdcZEuUEukV0w4bJm3tc5ZRf8L9hrvmf+zDcGWtw=";
       inherit (self.darwin) cctools;
       inherit (self.darwin.apple_sdk.frameworks) CoreServices;
     };
     mariadb_1010 = self.callPackage generic {
-      # Supported until 2023-11
+      # Supported until 2023-11-17
       version = "10.10.3";
       hash = "sha256-DQxF/oUFnY0mxuIp8wQQqLj3KC7C1WVg/JqJMOFO130=";
       inherit (self.darwin) cctools;