mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
mariadb_118: 11.8.5 -> 11.8.8
Changelog:
- https://mariadb.com/docs/release-notes/community-server/11.8/11.8.6
- https://mariadb.com/docs/release-notes/community-server/11.8/11.8.7
- https://mariadb.com/docs/release-notes/community-server/11.8/11.8.8
(cherry picked from commit 542c1f548c)
This commit is contained in:
parent
8868f794b9
commit
29f04b62bf
1 changed files with 2 additions and 2 deletions
|
|
@ -409,7 +409,7 @@ self: {
|
|||
};
|
||||
mariadb_118 = self.callPackage generic {
|
||||
# Supported until 2028-06-04
|
||||
version = "11.8.5";
|
||||
hash = "sha256-vLc5RWnAiHfCg+FkmGlQRTG+6MqvowKI8HjjDZn8ufY=";
|
||||
version = "11.8.8";
|
||||
hash = "sha256-vQI6SVn68BLbfw6/wNJ2cp5n5UQ98ZMWP5jYD9/FJMk=";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue