mysql-shell: 8.4.4 -> 8.4.5, mysql-shell-innovation: 9.2.0 -> 9.3.0 (#400229)

authored by Peder Bergebakken Sundt and committed by GitHub e32cfd2e 70980c1d

+8 -8
+4 -4
pkgs/development/tools/mysql-shell/8.nix
··· 38 38 pyyaml 39 39 ]; 40 40 41 - mysqlShellVersion = "8.4.4"; 42 - mysqlServerVersion = "8.4.4"; 41 + mysqlShellVersion = "8.4.5"; 42 + mysqlServerVersion = "8.4.5"; 43 43 in 44 44 stdenv.mkDerivation (finalAttrs: { 45 45 pname = "mysql-shell"; ··· 48 48 srcs = [ 49 49 (fetchurl { 50 50 url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor mysqlServerVersion}/mysql-${mysqlServerVersion}.tar.gz"; 51 - hash = "sha256-+ykO90iJRDQIUknDG8pSrHGFMSREarIYuzvFAr8AgqU="; 51 + hash = "sha256-U2OVkqcgpxn9+t8skhuUfqyGwG4zMgLkdmeFKleBvRo="; 52 52 }) 53 53 (fetchurl { 54 54 url = "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz"; 55 - hash = "sha256-wl57vU3YbWvtmzew801k8WHohY6Fjy59Uyy2pdYaHuw="; 55 + hash = "sha256-OLU27mLd46pC6mfvBTRmC0mJ8nlwQuHPNWPkTQw3t8w="; 56 56 }) 57 57 ]; 58 58
+4 -4
pkgs/development/tools/mysql-shell/innovation.nix
··· 38 38 pyyaml 39 39 ]; 40 40 41 - mysqlShellVersion = "9.2.0"; 42 - mysqlServerVersion = "9.2.0"; 41 + mysqlShellVersion = "9.3.0"; 42 + mysqlServerVersion = "9.3.0"; 43 43 in 44 44 stdenv.mkDerivation (finalAttrs: { 45 45 pname = "mysql-shell-innovation"; ··· 48 48 srcs = [ 49 49 (fetchurl { 50 50 url = "https://dev.mysql.com/get/Downloads/MySQL-${lib.versions.majorMinor mysqlServerVersion}/mysql-${mysqlServerVersion}.tar.gz"; 51 - hash = "sha256-o50R/fbPjRsDtwjVN6kTLeS5mp601hApOTfwaHzTehI="; 51 + hash = "sha256-Gj7iNvHarF74l8YyXJsOCq5IY4m+G4AB3rP/d85oLWA="; 52 52 }) 53 53 (fetchurl { 54 54 url = "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-${finalAttrs.version}-src.tar.gz"; 55 - hash = "sha256-xuKXV8YllhDo7+6i5UYHAH7m7Jn5E/k0YdeN5MZSzl8="; 55 + hash = "sha256-26bhtMNuaEnsW/TygbyhejlHbtSnh+EwrEdHaDqyv5s="; 56 56 }) 57 57 ]; 58 58