Skip to content

Commit

Permalink
mysql-shell-innovation: 9.0.1 -> 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjheng committed Oct 17, 2024
1 parent c7a381c commit cbcee24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/mysql-shell/innovation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
let
pythonDeps = with python3.pkgs; [ certifi paramiko pyyaml ];

mysqlShellVersion = "9.0.1";
mysqlServerVersion = "9.0.1";
mysqlShellVersion = "9.1.0";
mysqlServerVersion = "9.1.0";
in
stdenv.mkDerivation (finalAttrs: {
pname = "mysql-shell-innovation";
Expand All @@ -44,11 +44,11 @@ stdenv.mkDerivation (finalAttrs: {
srcs = [
(fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor mysqlServerVersion}/mysql-${mysqlServerVersion}.tar.gz";
hash = "sha256-GPpl8epq6nHkGP4FSFUtmijeaOK4vDupU2WZ60WaZgY=";
hash = "sha256-UsNnUjm/2dPIMiT/IAKqbihvq5e/WytcoahcnDR3Zvw=";
})
(fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz";
hash = "sha256-F77W+cY1X29p4DIA1JOxJ6jAKT+8Qz4LkHh91MASlE0=";
hash = "sha256-YHlM/heqV8vQnIGxwEESXx+wRVr++TFjSb00tPwBb2s=";
})
];

Expand Down

0 comments on commit cbcee24

Please sign in to comment.