mysql84: 8.4.2 -> 8.4.3 (#350281)

This commit is contained in:
Robert Scott 2024-11-03 17:52:33 +00:00 committed by GitHub
commit d25ccf9c58
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.4.2";
version = "8.4.3";
src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
hash = "sha256-Vlenjchr8L8iJ+CwX43losRHqBahEv+ib6cAg7y+mBQ=";
hash = "sha256-eslWTEeAIvcwBf+Ju7QPZ7OB/AbVUYQWvf/sdeYluBg=";
};
nativeBuildInputs = [ bison cmake pkg-config ]