Merge pull request from r-ryantm/auto-update/usql

usql: 0.14.0 -> 0.14.4
This commit is contained in:
Mario Rodas 2023-04-23 07:50:54 -05:00 committed by GitHub
commit 85efeadec9
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.14.0";
version = "0.14.4";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-AYo1sRzsOuyv0p3X8/TmsWdCBq3Gcqo0J6+B2aI7UIo=";
hash = "sha256-AUZFrASwROmcOhoObAdV/Dn9dA7HvxmEqqZOIJH+rI0=";
};
buildInputs = [ unixODBC icu ];
vendorHash = "sha256-ro/m9t8vHxyAS+a42/OkaqhrUs0FPGu0Ns9tn5HyKXg=";
vendorHash = "sha256-oReSh0acGcjH+a7GRRV6cy6qgU4puN+iuXzLuRQmx3A=";
proxyVendor = true;
# Exclude broken impala & hive driver