Unverified Commit 25c1b6e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

turso-cli: 1.0.7 -> 1.0.9 (#404679)

parents 99d35d78 65d873da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "turso-cli";
  version = "1.0.7";
  version = "1.0.9";

  src = fetchFromGitHub {
    owner = "tursodatabase";
    repo = "turso-cli";
    rev = "v${version}";
    hash = "sha256-WmGNVo6rnoHysEFBNFWRem91Ua0Cv8hPYSGWzuCKVZo=";
    hash = "sha256-4n/GKnuibVsWxGy10XuRx2oN/Ub94TBqGZEeqfXEvgY=";
  };

  vendorHash = "sha256-tBO21IgUczwMgrEyV7scV3YTY898lYHASaLeXqvBopU=";