Skip to content

Commit 268aaf5

Browse files
authored
usql: 0.19.14 -> 0.19.15 (NixOS#370544)
2 parents bceaf35 + 278286c commit 268aaf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/us/usql/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111

1212
buildGoModule rec {
1313
pname = "usql";
14-
version = "0.19.14";
14+
version = "0.19.15";
1515

1616
src = fetchFromGitHub {
1717
owner = "xo";
1818
repo = "usql";
1919
rev = "v${version}";
20-
hash = "sha256-RKeUh+a2fyvvwm1dcRY2ydAloD9kD9mgLcrjmKSl1Xw=";
20+
hash = "sha256-sZre2hMJvUyAmsTeXXzwQZhLzZUTx3eFmi7mGHHTAkk=";
2121
};
2222

2323
buildInputs = [
2424
unixODBC
2525
icu
2626
];
2727

28-
vendorHash = "sha256-AA4w9ROVozDXx2F/3PoOe0BSDC/GFkmsVmt/daK9MQU=";
28+
vendorHash = "sha256-DpqQK6PQaqNYaLL0SsWLyKy8xFZdsYk9RjRx3178g7U=";
2929
proxyVendor = true;
3030

3131
# Exclude drivers from the bad group

0 commit comments

Comments
 (0)