From 9e4b2ce5c7c2a086eb3183f3523a89f131cddb6d Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 9 Sep 2025 19:59:37 +0100 Subject: [PATCH] unixODBCDrivers.mariadb: 3.1.20 -> 3.2.6 Diff: https://github.com/mariadb-corporation/mariadb-connector-odbc/compare/3.1.20...3.2.6 --- pkgs/development/libraries/unixODBCDrivers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/unixODBCDrivers/default.nix b/pkgs/development/libraries/unixODBCDrivers/default.nix index 69edb001df39..42b9e2682686 100644 --- a/pkgs/development/libraries/unixODBCDrivers/default.nix +++ b/pkgs/development/libraries/unixODBCDrivers/default.nix @@ -42,13 +42,13 @@ mariadb = stdenv.mkDerivation rec { pname = "mariadb-connector-odbc"; - version = "3.1.20"; + version = "3.2.6"; src = fetchFromGitHub { owner = "mariadb-corporation"; repo = "mariadb-connector-odbc"; rev = version; - hash = "sha256-l+HlS7/A0shwsEXYKDhi+QCmwHaMTeKrtcvo9yYpYws="; + hash = "sha256-FdnA3/xDxnk2910LCMPWQTcUUSYfUsnnZ3Hqj0uey5s="; # this driver only seems to build correctly when built against the mariadb-connect-c subrepo # (see https://github.com/NixOS/nixpkgs/issues/73258) fetchSubmodules = true;