mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
mariadb_114: 11.4.9 -> 11.4.12
Changelog:
- https://mariadb.com/docs/release-notes/community-server/11.4/11.4.10
- https://mariadb.com/docs/release-notes/community-server/11.4/11.4.11
- https://mariadb.com/docs/release-notes/community-server/11.4/11.4.12
(cherry picked from commit 0fe0c7d6ad)
This commit is contained in:
parent
34f87fc250
commit
8868f794b9
1 changed files with 2 additions and 2 deletions
|
|
@ -404,8 +404,8 @@ self: {
|
|||
};
|
||||
mariadb_114 = self.callPackage generic {
|
||||
# Supported until 2029-05-29
|
||||
version = "11.4.9";
|
||||
hash = "sha256-jkgcoptadARE1FRRyOotk3Ec9SXW+l0nvJUSz4lzsHU=";
|
||||
version = "11.4.12";
|
||||
hash = "sha256-WreIPbUZv86/3SqsCbxVRKEs4yjznt1G0L8BaQYV72w=";
|
||||
};
|
||||
mariadb_118 = self.callPackage generic {
|
||||
# Supported until 2028-06-04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue