Merge pull request #143795 from VergeDX/unixODBCDrivers.mariadb

This commit is contained in:
Janne Heß 2021-11-15 20:58:03 +01:00 committed by GitHub
commit a407113593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,13 +29,13 @@
mariadb = stdenv.mkDerivation rec {
pname = "mariadb-connector-odbc";
version = "3.1.4";
version = "3.1.14";
src = fetchFromGitHub {
owner = "MariaDB";
owner = "mariadb-corporation";
repo = "mariadb-connector-odbc";
rev = version;
sha256 = "1kbz5mng9vx89cw2sx7gsvhbv4h86zwp31fr0hxqing3cwxhkfgw";
sha256 = "0wvy6m9qfvjii3kanf2d1rhfaww32kg0d7m57643f79qb05gd6vg";
# 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;