Skip to content

Commit

Permalink
usql: 0.19.15 -> 0.19.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2025
1 parent deb4f62 commit 88b08df
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.15";
version = "0.19.16";

src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-sZre2hMJvUyAmsTeXXzwQZhLzZUTx3eFmi7mGHHTAkk=";
hash = "sha256-zV/6AIglY1tEeOe2bYZqpOOkuS8O+YklXkwsDidap0U=";
};

buildInputs = [
unixODBC
icu
];

vendorHash = "sha256-DpqQK6PQaqNYaLL0SsWLyKy8xFZdsYk9RjRx3178g7U=";
vendorHash = "sha256-NTbsyoKL5lyY7sUjmKFGH1USCGa1EwtjWOhxQEohQr4=";
proxyVendor = true;

# Exclude drivers from the bad group
Expand Down

0 comments on commit 88b08df

Please sign in to comment.