Merge pull request #271144 from aaronjheng/mysql-shell

mysql-shell-innovation: 8.2.0 -> 8.2.1
This commit is contained in:
Mario Rodas 2023-11-30 22:31:33 -05:00 committed by GitHub
commit 935a20db86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
let
pythonDeps = with python3.pkgs; [ certifi paramiko pyyaml ];
mysqlShellVersion = "8.2.0";
mysqlShellVersion = "8.2.1";
mysqlServerVersion = "8.2.0";
in
stdenv.mkDerivation (finalAttrs: {
@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
})
(fetchurl {
url = "https://cdn.mysql.com//Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz";
hash = "sha256-kuRo+3vcDtc9aOgAuxJTy0e6E85iOFfCx/ZHtrNg08k=";
hash = "sha256-m6WdFow28bxW52q+m8PniZCU/1Ej4secdPQi8GKlziE=";
})
];