Skip to content

Commit

Permalink
usql: 0.19.14 -> 0.19.15 (#370544)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 3, 2025
2 parents bceaf35 + 278286c commit 268aaf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/us/usql/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@

buildGoModule rec {
pname = "usql";
version = "0.19.14";
version = "0.19.15";

src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-RKeUh+a2fyvvwm1dcRY2ydAloD9kD9mgLcrjmKSl1Xw=";
hash = "sha256-sZre2hMJvUyAmsTeXXzwQZhLzZUTx3eFmi7mGHHTAkk=";
};

buildInputs = [
unixODBC
icu
];

vendorHash = "sha256-AA4w9ROVozDXx2F/3PoOe0BSDC/GFkmsVmt/daK9MQU=";
vendorHash = "sha256-DpqQK6PQaqNYaLL0SsWLyKy8xFZdsYk9RjRx3178g7U=";
proxyVendor = true;

# Exclude drivers from the bad group
Expand Down

0 comments on commit 268aaf5

Please sign in to comment.