diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-09-30 15:05:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 15:05:33 -0400 |
| commit | 992ccca2533cb07e828bb42c4bf28a75134e33db (patch) | |
| tree | 445f5095d01455ac9bbc82fd7927824e1a860515 | |
| parent | Merge pull request #258232 from fabaff/meshtastic-bump (diff) | |
| parent | usql: add meta.mainProgram (diff) | |
| download | nixpkgs-992ccca2533cb07e828bb42c4bf28a75134e33db.tar.gz | |
Merge pull request #258234 from anthonyroussel/usql-cli
usql: 0.15.0 -> 0.15.1
| -rw-r--r-- | pkgs/applications/misc/usql/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/misc/usql/default.nix b/pkgs/applications/misc/usql/default.nix index 173e50d17518..66a9eedeff64 100644 --- a/pkgs/applications/misc/usql/default.nix +++ b/pkgs/applications/misc/usql/default.nix @@ -10,18 +10,18 @@ buildGoModule rec { pname = "usql"; - version = "0.15.0"; + version = "0.15.1"; src = fetchFromGitHub { owner = "xo"; repo = "usql"; rev = "v${version}"; - hash = "sha256-YjRbrhJSbX1OLEc7A72ubg1KtzJSWY0KphD4d8dAKQ8="; + hash = "sha256-thpVcJ1HRhoOAli7829zM4fermEcS9FwzKX7ZjHGhZg="; }; buildInputs = [ unixODBC icu ]; - vendorHash = "sha256-OZ/eui+LR+Gn1nmu9wryGmz3jiUMuDScmTZ5G8UKWP8="; + vendorHash = "sha256-S7fahA+ykviQoWc7p0CcTGfouswxQNBn4HH+tbl0fbI="; proxyVendor = true; # Exclude broken genji, hive & impala drivers (bad group) @@ -73,6 +73,7 @@ buildGoModule rec { homepage = "https://github.com/xo/usql"; changelog = "https://github.com/xo/usql/releases/tag/v${version}"; license = licenses.mit; + mainProgram = "usql"; maintainers = with maintainers; [ georgyo anthonyroussel ]; platforms = with platforms; linux ++ darwin; }; |
