We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aee9166 + 2d69ebb commit d25ccf9Copy full SHA for d25ccf9
pkgs/by-name/my/mysql84/package.nix
@@ -5,11 +5,11 @@
5
6
stdenv.mkDerivation (finalAttrs: {
7
pname = "mysql";
8
- version = "8.4.2";
+ version = "8.4.3";
9
10
src = fetchurl {
11
url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
12
- hash = "sha256-Vlenjchr8L8iJ+CwX43losRHqBahEv+ib6cAg7y+mBQ=";
+ hash = "sha256-eslWTEeAIvcwBf+Ju7QPZ7OB/AbVUYQWvf/sdeYluBg=";
13
};
14
15
nativeBuildInputs = [ bison cmake pkg-config ]
0 commit comments