Skip to content

Commit

Permalink
mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Nov 9, 2024
2 parents 8c2c5fa + cbcee24 commit 8f29f19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/mysql-shell/8.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 = "8.4.1";
mysqlServerVersion = "8.4.1";
mysqlShellVersion = "8.4.3";
mysqlServerVersion = "8.4.3";
in
stdenv.mkDerivation (finalAttrs: {
pname = "mysql-shell";
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-20Hxl9cXDFTX7cDQyaJzDCJfSvBeztD2S+z5u2wRAT4=";
hash = "sha256-eslWTEeAIvcwBf+Ju7QPZ7OB/AbVUYQWvf/sdeYluBg=";
})
(fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz";
hash = "sha256-wTwoaoaCrTQqaqgE35Sg8zn8HqjsjQowbtgMZTpkYQU=";
hash = "sha256-rO+cAfQzUobMrTLGHRbaXsG+vMcjVTtDoZwmyok+dS4=";
})
];

Expand Down
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 8f29f19

Please sign in to comment.