Merge pull request #290581 from trofi/unixODBCDrivers.mariadb-fix-clang-16
unixODBCDrivers.mariadb: 3.1.14 -> 3.1.20
This commit is contained in:
commit
f7d6e18b9f
1 changed files with 2 additions and 2 deletions
|
@ -43,13 +43,13 @@
|
||||||
|
|
||||||
mariadb = stdenv.mkDerivation rec {
|
mariadb = stdenv.mkDerivation rec {
|
||||||
pname = "mariadb-connector-odbc";
|
pname = "mariadb-connector-odbc";
|
||||||
version = "3.1.14";
|
version = "3.1.20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mariadb-corporation";
|
owner = "mariadb-corporation";
|
||||||
repo = "mariadb-connector-odbc";
|
repo = "mariadb-connector-odbc";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0wvy6m9qfvjii3kanf2d1rhfaww32kg0d7m57643f79qb05gd6vg";
|
hash = "sha256-l+HlS7/A0shwsEXYKDhi+QCmwHaMTeKrtcvo9yYpYws=";
|
||||||
# this driver only seems to build correctly when built against the mariadb-connect-c subrepo
|
# this driver only seems to build correctly when built against the mariadb-connect-c subrepo
|
||||||
# (see https://github.com/NixOS/nixpkgs/issues/73258)
|
# (see https://github.com/NixOS/nixpkgs/issues/73258)
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
|
|
Loading…
Reference in a new issue