Skip to content

Commit

Permalink
mysql84: 8.4.2 -> 8.4.3 (#350281)
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle authored Nov 3, 2024
2 parents aee9166 + 2d69ebb commit d25ccf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/my/mysql84/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit d25ccf9

Please sign in to comment.