Skip to content

Commit

Permalink
usql: 0.19.16 -> 0.19.17 (#384411)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 23, 2025
2 parents 3bb5c7f + fba4d99 commit 0d5ea3e
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.16";
version = "0.19.17";

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

buildInputs = [
unixODBC
icu
];

vendorHash = "sha256-NTbsyoKL5lyY7sUjmKFGH1USCGa1EwtjWOhxQEohQr4=";
vendorHash = "sha256-s7lW8kNFfag6TUjzjjUAmAtF/T2gpi7tfnmvuPnSJx8=";
proxyVendor = true;

# Exclude drivers from the bad group
Expand Down

0 comments on commit 0d5ea3e

Please sign in to comment.