mysql80: 8.0.41 -> 8.0.42

Fixes:
* CVE-2025-21577
* CVE-2025-30682
* CVE-2025-30687
* CVE-2025-30688
* CVE-2025-21574
* CVE-2025-21575
* CVE-2025-30722
* CVE-2025-30693
* CVE-2025-30695
* CVE-2025-30715
* CVE-2025-21583
* CVE-2025-21584
* CVE-2025-21580
* CVE-2025-21581
* CVE-2025-21585
* CVE-2025-30689
* CVE-2025-21579
* CVE-2025-30696
* CVE-2025-30705
* CVE-2025-30683
* CVE-2025-30684
* CVE-2025-30685
* CVE-2025-30699
* CVE-2025-30704
* CVE-2025-30703
* CVE-2025-30681

https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-42.html
This commit is contained in:
Thomas Gerbet
2025-04-17 22:43:08 +02:00
parent dc75faf549
commit f3603e626f
+2 -2
View File
@@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mysql";
version = "8.0.41";
version = "8.0.42";
src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
hash = "sha256-AV0gj3OOKfRjQr9i4Hq1Oxg/MEQq/YE1SnkxrSP+jPc=";
hash = "sha256-XrIsIMILdlxYlMkBBIW9B9iptuv7YovP0wYHAXFVJv4=";
};
nativeBuildInputs = [