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

usql: 0.13.5 -> 0.13.6
This commit is contained in:
figsoda 2023-01-29 15:42:59 -05:00 committed by GitHub
commit 87c5f67254
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.5";
version = "0.13.6";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-Tsv2nUlxu/nUsupQgYn1CAy/mrwq14OEFZErgO34thU=";
hash = "sha256-FmwsiCXSnTEvA1oAScJhnl1ZG7WTfbNQyJBULnNt9/c=";
};
buildInputs = [ unixODBC icu ];
vendorHash = "sha256-Zd8/1i9YwVoOoJ1NG5gMGB781IbNBL5lfkrSwYNn9Hg=";
vendorHash = "sha256-lla+smDg6nNNQZYEQI5xY3iRw4gm6WCDh8gDZ6N9lqk=";
proxyVendor = true;
# Exclude broken impala & hive driver