Skip to content

Commit

Permalink
Merge pull request #310235 from r-ryantm/auto-update/turso-cli
Browse files Browse the repository at this point in the history
turso-cli: 0.93.0 -> 0.93.8
  • Loading branch information
wegank authored May 9, 2024
2 parents 8e797aa + 799a8d0 commit 549b670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/turso-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "turso-cli";
version = "0.93.0";
version = "0.93.8";

src = fetchFromGitHub {
owner = "tursodatabase";
repo = "turso-cli";
rev = "v${version}";
hash = "sha256-Q5SVudzJZJ5ftp5Xfeb75XQO44upGKlxQ/WceSSwHyU=";
hash = "sha256-glY1xWu38wZLo9eyPAR4NtGDfLl1BkaN+WICIACHECo=";
};

vendorHash = "sha256-2NjdjB09WYzHjQEl2hMUWN1/xsj/Hlr8lVYU/pkxTqQ=";
Expand Down

0 comments on commit 549b670

Please sign in to comment.