Merge pull request #216676 from anthonyroussel/usql_0_13_9

usql: 0.13.8 -> 0.13.9
This commit is contained in:
Nick Cao 2023-02-17 19:34:11 +08:00 committed by GitHub
commit 5b97a60b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,18 +10,18 @@
buildGoModule rec {
pname = "usql";
version = "0.13.8";
version = "0.13.9";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-oNsA9VM6MN2czeZSTFGvmCWX0T3iVaAhQk1mVRyKgWw=";
hash = "sha256-hcAwwu1bp7QJLt+mrUZYK6YeX/uRmfRa8JnUfrTzf3k=";
};
buildInputs = [ unixODBC icu ];
vendorHash = "sha256-LG5gTHXB1ItDZFbTBHyZGHZLaSYb8wekIHkahTMXzkk=";
vendorHash = "sha256-BehI6O+WpCcgMGabTFMCpYHN3CIo3Zb5rBQuGLsWRc0=";
proxyVendor = true;
# Exclude broken impala & hive driver