Unverified Commit 23322da0 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

turso-cli: 1.0.12 -> 1.0.13 (#441371)

parents 143dc7a4 59c17d1e
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.12";
  version = "1.0.13";

  src = fetchFromGitHub {
    owner = "tursodatabase";
    repo = "turso-cli";
    rev = "v${version}";
    hash = "sha256-H7ZxU9WtZdM30mepIEy/9PJP0015kFYXAgrqBGSd5u0=";
    hash = "sha256-zldCxXFR8zG0cpR57YvApyRsGPgqCuf7XbbrWNbuHxc=";
  };

  vendorHash = "sha256-tBO21IgUczwMgrEyV7scV3YTY898lYHASaLeXqvBopU=";