We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bceaf35 + 278286c commit 268aaf5Copy full SHA for 268aaf5
pkgs/by-name/us/usql/package.nix
@@ -11,21 +11,21 @@
11
12
buildGoModule rec {
13
pname = "usql";
14
- version = "0.19.14";
+ version = "0.19.15";
15
16
src = fetchFromGitHub {
17
owner = "xo";
18
repo = "usql";
19
rev = "v${version}";
20
- hash = "sha256-RKeUh+a2fyvvwm1dcRY2ydAloD9kD9mgLcrjmKSl1Xw=";
+ hash = "sha256-sZre2hMJvUyAmsTeXXzwQZhLzZUTx3eFmi7mGHHTAkk=";
21
};
22
23
buildInputs = [
24
unixODBC
25
icu
26
];
27
28
- vendorHash = "sha256-AA4w9ROVozDXx2F/3PoOe0BSDC/GFkmsVmt/daK9MQU=";
+ vendorHash = "sha256-DpqQK6PQaqNYaLL0SsWLyKy8xFZdsYk9RjRx3178g7U=";
29
proxyVendor = true;
30
31
# Exclude drivers from the bad group
0 commit comments