usql: 0.15.0 -> 0.15.1

https://github.com/xo/usql/compare/v0.15.0...v0.15.1
This commit is contained in:
Anthony Roussel 2023-09-30 19:29:49 +02:00
parent 03688aaf0d
commit 8e16a924b0
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -10,18 +10,18 @@
buildGoModule rec {
pname = "usql";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-YjRbrhJSbX1OLEc7A72ubg1KtzJSWY0KphD4d8dAKQ8=";
hash = "sha256-thpVcJ1HRhoOAli7829zM4fermEcS9FwzKX7ZjHGhZg=";
};
buildInputs = [ unixODBC icu ];
vendorHash = "sha256-OZ/eui+LR+Gn1nmu9wryGmz3jiUMuDScmTZ5G8UKWP8=";
vendorHash = "sha256-S7fahA+ykviQoWc7p0CcTGfouswxQNBn4HH+tbl0fbI=";
proxyVendor = true;
# Exclude broken genji, hive & impala drivers (bad group)