usql: 0.18.1 -> 0.19.1 (#311166)

https://github.com/xo/usql/compare/v0.18.1...v0.19.1
This commit is contained in:
Anthony Roussel 2024-05-13 01:50:04 +02:00 committed by GitHub
parent 8278bf9005
commit f0703923e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,18 +11,18 @@
buildGoModule rec { buildGoModule rec {
pname = "usql"; pname = "usql";
version = "0.18.1"; version = "0.19.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xo"; owner = "xo";
repo = "usql"; repo = "usql";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-2/qB05LQGw4XjnODn0dzuTVqkc9X6YACJ45z+/juHXk="; hash = "sha256-O0NsxOPp09W6FFdVjoCBUDSEkMct/MX/sLWDpoCmwwM=";
}; };
buildInputs = [ unixODBC icu ]; buildInputs = [ unixODBC icu ];
vendorHash = "sha256-PFXULlYMSUoJ23jDA3CTImiUAlcoqHoh1zq+749qO2g="; vendorHash = "sha256-4WGxstIwjq7u+4UZ03IAONi58Vlg3p82fEOkfPS3eT4=";
proxyVendor = true; proxyVendor = true;
# Exclude drivers from the bad group # Exclude drivers from the bad group