Skip to content

Commit

Permalink
Merge pull request NixOS#256047 from r-ryantm/auto-update/mysql_jdbc
Browse files Browse the repository at this point in the history
mysql_jdbc: 8.0.33 -> 8.1.0
  • Loading branch information
wegank authored Oct 3, 2023
2 parents 8f2b3d5 + a47bd71 commit c96a78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0.33";
version = "8.1.0";

src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-${version}.zip";
sha256 = "sha256-k3jft7sM2xrc88mdhltxtm+SZcRAn6B4EvglMyJyX4Y=";
sha256 = "sha256-xFYvNbb5cj6xrMHAnTzGLC8v5fxqRcmZhf4haK3wtUk=";
};

installPhase = ''
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "MySQL Connector/J";
homepage = "https://dev.mysql.com/doc/connector-j/8.0/en/";
homepage = "https://dev.mysql.com/doc/connector-j/8.1/en/";
maintainers = with maintainers; [ ];
platforms = platforms.unix;
license = licenses.gpl2;
Expand Down

0 comments on commit c96a78b

Please sign in to comment.