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

usql: 0.14.8 -> 0.14.10
This commit is contained in:
Mario Rodas 2023-07-08 21:09:47 -05:00 committed by GitHub
commit a247b43616
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.8";
version = "0.14.10";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-s8wIk6M0vSRxbDLGmSZpRWEpCMcCMxyizzTpa/VsC1A=";
hash = "sha256-4T8h4KPouhjGaeeThCULilzmPs2CVGBpiqXYmtSkCO4=";
};
buildInputs = [ unixODBC icu ];
vendorHash = "sha256-SMizkmskNFqnyI6bZYViFqGP7GLZbWoKCbeEzRjO9VQ=";
vendorHash = "sha256-a+hcd0vQ0jt3Dp+YnMORe6yIohbmpN22sOUJ6G1i4P4=";
proxyVendor = true;
# Exclude broken impala & hive driver