Unverified Commit bc5b75eb authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

mysql80: 8.0.39 -> 8.0.40 (#350248)

parents 8091ea3f d931f342
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.0.39";
  version = "8.0.40";

  src = fetchurl {
    url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
    hash = "sha256-jEpLHUnHFJINJo/jmNeZVZqzxc9ZoDaGGUs3yz020ws=";
    hash = "sha256-At/ZQ/lnQvf5zXiFWzJwjqTfVIycFK+Sc4F/O72dIrI=";
  };

  nativeBuildInputs = [ bison cmake pkg-config ]