mariadb_109: init

https://mariadb.com/kb/en/mariadb-1092-release-notes/
This commit is contained in:
ajs124 2022-08-23 14:50:07 +02:00
parent b0cbfe7eff
commit 386dc41360
2 changed files with 6 additions and 0 deletions

View File

@ -261,4 +261,9 @@ in {
version = "10.8.4";
hash = "sha256-ZexgyjZYjs0RzYw/wM414dYDAp4SN4z4i6qGX9CJEWY=";
};
mariadb_109 = mariadbPackage {
# Supported until 2023-08(?)
version = "10.9.2";
hash = "sha256-X0X/deBDlmVVqV+9uPCS5gzipsR7pZ0UTbRuE46SL0g=";
};
}

View File

@ -23029,6 +23029,7 @@ with pkgs;
mariadb_106
mariadb_107
mariadb_108
mariadb_109
;
mariadb = mariadb_106;