mariadb_118: init at 11.8.2 (#415490)

This commit is contained in:
Janne Heß 2025-07-10 10:48:42 +02:00 committed by GitHub
commit 3d2b04e94a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -385,4 +385,9 @@ self: {
version = "11.4.7";
hash = "sha256-vyBofKEvp+/ajficqx8qZhKIzqQaz49TGJtp1SlDR9A=";
};
mariadb_118 = self.callPackage generic {
# Supported until 2028-06-04
version = "11.8.2";
hash = "sha256-shYs316TF9ioYhy+2oOZkyT8CsiUQhDhSrtf4Kn+o+8=";
};
}

View File

@ -10492,6 +10492,7 @@ with pkgs;
mariadb_106
mariadb_1011
mariadb_114
mariadb_118
;
mariadb = mariadb_1011;
mariadb-embedded = mariadb.override { withEmbedded = true; };