Merge pull request #299725 from anthonyroussel/update/usql

usql: 0.17.5 -> 0.18.1
This commit is contained in:
Mario Rodas
2024-03-30 14:45:05 -05:00
committed by GitHub
+4 -8
View File
@@ -11,28 +11,24 @@
buildGoModule rec {
pname = "usql";
version = "0.17.5";
version = "0.18.1";
src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-Lh5CProffPB/GEYvU1h7St8zgmnS1QOjBgvdUXlsGzc=";
hash = "sha256-2/qB05LQGw4XjnODn0dzuTVqkc9X6YACJ45z+/juHXk=";
};
buildInputs = [ unixODBC icu ];
vendorHash = "sha256-IdqSTwQeMRjB5sE53VvTVAXPyIyN+pMj4XziIT31rV0=";
vendorHash = "sha256-PFXULlYMSUoJ23jDA3CTImiUAlcoqHoh1zq+749qO2g=";
proxyVendor = true;
# Exclude broken genji, hive & impala drivers (bad group)
# Exclude drivers from the bad group
# These drivers break too often and are not used.
#
# See https://github.com/xo/usql/pull/347
#
excludedPackages = [
"genji"
"hive"
"impala"
];