Unverified Commit 18879bac authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #311230 from aaronjheng/mysql-shell

mysql-shell: 8.0.36 -> 8.0.37
parents 9b22deb8 36d4c3bb
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -37,16 +37,16 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "mysql-shell";
  version = "8.0.36";
  version = "8.0.37";

  srcs = [
    (fetchurl {
      url = "https://cdn.mysql.com//Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
      hash = "sha256-9PJwa5WKinOA72yVjdlyMHvb7qRR76/DQuTEbim36d0=";
      url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor finalAttrs.version}/mysql-${finalAttrs.version}.tar.gz";
      hash = "sha256-4GOgkazZ7EC7BfLATfZPiZan5OJuiDu2UChJ1fa0pho=";
    })
    (fetchurl {
      url = "https://cdn.mysql.com//Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz";
      hash = "sha256-s0+7dbcLcgS8u/6p7vpVAV9sR2gf2j9VDnSCJvw77fQ=";
      url = "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz";
      hash = "sha256-UtZ7/Ip5h9CXKy3lkSt8/TXJgbPPUO73rMSIFPfX0Is=";
    })
  ];

+1 −1
Original line number Diff line number Diff line
@@ -1081,7 +1081,7 @@ with pkgs;
    antlr = antlr4_10;
    boost = boost177; # Configure checks for specific version.
    icu =  icu73;
    protobuf = protobuf_21;
    protobuf = protobuf_24;
  };
  mysql-shell-innovation = callPackage ../development/tools/mysql-shell/innovation.nix {