mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
mariadb_108: 10.8.3 -> 10.8.4
https://mariadb.com/kb/en/mariadb-1084-release-notes/ Fixes: - CVE-2022-32082 - CVE-2022-32089 - CVE-2022-32081 - CVE-2018-25032 - CVE-2022-32091 - CVE-2022-32084
This commit is contained in:
parent
4131e59c77
commit
e710cd5106
@ -258,7 +258,7 @@ in {
|
||||
};
|
||||
mariadb_108 = mariadbPackage {
|
||||
# Supported until 2023-05
|
||||
version = "10.8.3";
|
||||
hash = "sha256:14h80lfb9b3rv3fd8nkljbqhx6dmwjnqkz6c3ynixb3na72sszl8";
|
||||
version = "10.8.4";
|
||||
hash = "sha256-ZexgyjZYjs0RzYw/wM414dYDAp4SN4z4i6qGX9CJEWY=";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user