mysql_jdbc: 9.6.0 -> 9.7.0 (#513180)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 00:52:55 +00:00
committed by GitHub
+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 = ''