mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
Merge pull request #253742 from kashw2/turso-cli
turso-cli: 0.81.0 -> 0.82.0
This commit is contained in:
commit
52d50f819e
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue