mysql80: 8.0.38 -> 8.0.39

Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-39.html
This commit is contained in:
Thomas Gerbet
2024-08-01 22:47:51 +02:00
committed by Florian Brandes
parent 8f0d5148c1
commit 1c032cdde1

View File

@@ -5,11 +5,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mysql";
version = "8.0.38";
version = "8.0.39";
src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
hash = "sha256-0qXCL4tWLX4PEdm441yYeaUWYDlCTBNCclN9Ao1yGRQ=";
hash = "sha256-jEpLHUnHFJINJo/jmNeZVZqzxc9ZoDaGGUs3yz020ws=";
};
nativeBuildInputs = [ bison cmake pkg-config ]