Skip to content

Commit

Permalink
usql: 0.19.15 -> 0.19.16 (#373739)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 14, 2025
2 parents 6c12f0a + 88b08df commit d6e5303
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 d6e5303

Please sign in to comment.