Skip to content

Commit

Permalink
Merge pull request #324517 from r-ryantm/auto-update/mysql_jdbc
Browse files Browse the repository at this point in the history
mysql_jdbc: 8.4.0 -> 9.0.0
  • Loading branch information
wegank authored Jul 15, 2024
2 parents cd8b8e4 + c1f87bc commit f81dd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/mysql/jdbc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mysql-connector-java";
version = "8.4.0";
version = "9.0.0";

src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-${version}.zip";
hash = "sha256-iavSaf1BCqoFjWUPpwo/NvbbFiXTktXqZc7TRcUtaeU=";
hash = "sha256-3Czzu7hheuF0FYF8+GtjkxXSXfxTaqHrPa/+69I8Wfg=";
};

installPhase = ''
Expand Down

0 comments on commit f81dd33

Please sign in to comment.