Unverified Commit d25ccf9c authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

mysql84: 8.4.2 -> 8.4.3 (#350281)

parents aee91665 2d69ebbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ]