mysql_jdbc: 9.6.0 -> 9.7.0

This commit is contained in:
R. Ryantm
2026-04-24 20:36:39 +00:00
parent def188bbbd
commit 27790dc12b
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mysql-connector-java";
version = "9.6.0";
version = "9.7.0";
src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-${finalAttrs.version}.zip";
hash = "sha256-JUTlcbET+e4FNyDssKQ10EwD3riZIRohEfP01JhMpjs=";
hash = "sha256-RsiF8d7hqq96RLp5+bYvuJ0cZUoz23SE9GVwvC9LPaM=";
};
installPhase = ''