Unverified Commit d2e6e612 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #308553 from r-ryantm/auto-update/turso-cli

turso-cli: 0.92.1 -> 0.93.0
parents a6f8947d 73e5a3b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "turso-cli";
  version = "0.92.1";
  version = "0.93.0";

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

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