From 194e2e5e46652c2f0b553244243298b22c412a07 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Thu, 9 Jul 2026 13:50:43 +0800 Subject: [PATCH] mysql-shell_9: 9.7.0 -> 9.7.1 --- pkgs/development/tools/mysql-shell/9.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/mysql-shell/9.nix b/pkgs/development/tools/mysql-shell/9.nix index 54ec76ca3c3b..14843a23f189 100644 --- a/pkgs/development/tools/mysql-shell/9.nix +++ b/pkgs/development/tools/mysql-shell/9.nix @@ -38,8 +38,8 @@ let pyyaml ]; - mysqlShellVersion = "9.7.0"; - mysqlServerVersion = "9.7.0"; + mysqlShellVersion = "9.7.1"; + mysqlServerVersion = "9.7.1"; in stdenv.mkDerivation (finalAttrs: { pname = "mysql-shell"; @@ -48,11 +48,11 @@ stdenv.mkDerivation (finalAttrs: { srcs = [ (fetchurl { url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor mysqlServerVersion}/mysql-${mysqlServerVersion}.tar.gz"; - hash = "sha256-dLV0urxWsOy2MqvTWdITxnlOz0Qq5Ekov8WB+z1iMG0="; + hash = "sha256-2r/yYwIr5qCRUcIYEjIoc0N+DXeuyMTMc4GILD6hrq4="; }) (fetchurl { url = "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz"; - hash = "sha256-s/omxSFTC/n3B8OtYddDqXzCd4GE4b5O8NUKbLdvwRI="; + hash = "sha256-7bRgb3CBu3oQiZm5xe6U6DvX5xd9iWqqeNPDwI+BYRQ="; }) ];