usql: 0.13.3 -> 0.13.4

This commit is contained in:
Anthony Roussel 2022-12-21 20:56:34 +01:00
parent 42ad772205
commit 4b1b11c64b
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -11,18 +11,18 @@
buildGoModule rec { buildGoModule rec {
pname = "usql"; pname = "usql";
version = "0.13.3"; version = "0.13.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xo"; owner = "xo";
repo = "usql"; repo = "usql";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-fNGdaIlGlel0kx9XNhM/nJqiUDeAiG0IygUv6FiPubY="; hash = "sha256-YshGqp27N1iOBWSE9UH1zsQlFar2uKf4Jq2W8kSN0Qc=";
}; };
buildInputs = [ unixODBC icu ]; buildInputs = [ unixODBC icu ];
vendorHash = "sha256-1aAF1qwfHaI5Lab97hEvSlw5o8+f1YbDyHrIBIGnsHQ="; vendorHash = "sha256-qHs5Z7NRdQKPOmYSozhSVQfINMxJewVwQ1Gi4SMWT+8=";
proxyVendor = true; proxyVendor = true;
# Exclude broken impala & hive driver # Exclude broken impala & hive driver
@ -42,6 +42,7 @@ buildGoModule rec {
"sqlite_fts5" "sqlite_fts5"
"sqlite_introspect" "sqlite_introspect"
"sqlite_json1" "sqlite_json1"
"sqlite_math_functions"
"sqlite_stat4" "sqlite_stat4"
"sqlite_userauth" "sqlite_userauth"
"sqlite_vtable" "sqlite_vtable"