Merge pull request #253742 from kashw2/turso-cli

turso-cli: 0.81.0 -> 0.82.0
This commit is contained in:
Weijia Wang 2023-09-07 21:53:00 +02:00 committed by GitHub
commit 52d50f819e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}