turso-cli: 0.85.3 -> 0.86.3

This commit is contained in:
Luiz Ferraz 2023-10-17 18:46:42 -03:00
parent df25a435ec
commit ca95f89a74
No known key found for this signature in database
GPG Key ID: 2B568731DB2447EC

View File

@ -4,19 +4,20 @@
buildGo121Module,
fetchFromGitHub,
installShellFiles,
nix-update-script,
}:
buildGo121Module rec {
pname = "turso-cli";
version = "0.85.3";
version = "0.86.3";
src = fetchFromGitHub {
owner = "tursodatabase";
repo = "turso-cli";
rev = "v${version}";
hash = "sha256-dJpHrqPyikkUnE4Un1fGOEJL49U5IiInYeSWmI04r18=";
hash = "sha256-hTqjNQSScQzCUBs4pYgxRnRvUSoQXXeZIceSZAR1Oa0=";
};
vendorHash = "sha256-Hv4CacBrRX2YT3AkbNzyWrA9Ex6YMDPrPvezukwMkTE=";
vendorHash = "sha256-EqND/W+NNatoBUMXWrsjNPfxAtX0oUASUxN6Rmhp7SQ=";
nativeBuildInputs = [ installShellFiles ];
@ -38,6 +39,8 @@ buildGo121Module rec {
--zsh <($out/bin/turso completion zsh)
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "This is the command line interface (CLI) to Turso.";
homepage = "https://turso.tech";