Skip to content

Commit

Permalink
usql: 0.13.1 -> 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Dec 19, 2022
1 parent 6f69e21 commit c8cee0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/usql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

buildGoModule rec {
pname = "usql";
version = "0.13.1";
version = "0.13.3";

src = fetchFromGitHub {
owner = "xo";
repo = "usql";
rev = "v${version}";
hash = "sha256-bdejXGyvY+HAE4sOxhsZYZ5fCISEVxvfOlEjL/CgBLQ=";
hash = "sha256-fNGdaIlGlel0kx9XNhM/nJqiUDeAiG0IygUv6FiPubY=";
};

buildInputs = [ unixODBC icu ];

vendorHash = "sha256-+4eRdr5MY9d0ordaDv8hZf4wGoZsp14MpOEp1vhr75w=";
vendorHash = "sha256-1aAF1qwfHaI5Lab97hEvSlw5o8+f1YbDyHrIBIGnsHQ=";
proxyVendor = true;

# Exclude broken impala & hive driver
Expand Down

0 comments on commit c8cee0b

Please sign in to comment.