Skip to content

Commit 982d032

Browse files
authored
turso-cli: 0.97.0 -> 0.97.1 (#339646)
2 parents 4d4275a + b18224e commit 982d032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/turso-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
}:
99
buildGoModule rec {
1010
pname = "turso-cli";
11-
version = "0.97.0";
11+
version = "0.97.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "tursodatabase";
1515
repo = "turso-cli";
1616
rev = "v${version}";
17-
hash = "sha256-m/0LfUs9oMWSjRPkVSPyHsFw8U1Fk2SXjqfOrLYsZlI=";
17+
hash = "sha256-sS9H9mdbjV2EEsMKikQKND+gPeghH5cqRxhHcbjr7ok=";
1818
};
1919

20-
vendorHash = "sha256-c8dX60GPZSNMoCaF51jLWJK+aNDmw6TdzlBYS+vSuEY=";
20+
vendorHash = "sha256-tBO21IgUczwMgrEyV7scV3YTY898lYHASaLeXqvBopU=";
2121

2222
nativeBuildInputs = [ installShellFiles ];
2323

0 commit comments

Comments
 (0)