summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-07 21:53:00 +0200
committerGitHub <noreply@github.com>2023-09-07 21:53:00 +0200
commit52d50f819ea87e89de4aae44923391c3bcb49d1f (patch)
treec9e951bb0431fc8673251ec9749aeae70c46c9ea /pkgs
parentd5c95c05020f668b0e0ce317c0785624a1fe2b08 (diff)
parent53370b75c1616c631cf72cd9d4426c2fbc906f68 (diff)
Merge pull request #253742 from kashw2/turso-cli
turso-cli: 0.81.0 -> 0.82.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/turso-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/turso-cli/default.nix b/pkgs/development/tools/turso-cli/default.nix
index 2b9d622dedd0..e680ca3f5fec 100644
--- a/pkgs/development/tools/turso-cli/default.nix
+++ b/pkgs/development/tools/turso-cli/default.nix
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "turso-cli";
- version = "0.81.0";
+ version = "0.82.0";
src = fetchFromGitHub {
owner = "tursodatabase";
repo = "turso-cli";
rev = "v${version}";
- hash = "sha256-Ck1q3II/o7f+n0pdR5PzUXG2c6GZmQFeddofHzPTLlA=";
+ hash = "sha256-JFuD10EhR1/nmYPMnNsR/8PUR5ScvWyS+vhg7ZO5TpI=";
};
vendorHash = "sha256-Y/pg8+w6B1YQqaZ5wj8QZxiBHAG0Tf3Zec5WlVyA4eI=";
@@ -23,6 +23,6 @@ buildGoModule rec {
description = "This is the command line interface (CLI) to Turso.";
homepage = "https://turso.tech";
license = licenses.mit;
- maintainers = with maintainers; [zestsystem];
+ maintainers = with maintainers; [ zestsystem kashw2 ];
};
}