Merge pull request #331608 from LeSuisse/mysql80-8.0.39

mysql80: 8.0.38 -> 8.0.39
This commit is contained in:
Pol Dellaiera 2024-08-03 21:19:34 +02:00 committed by GitHub
commit 19bdb0debc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ]