We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d4275a + b18224e commit 982d032Copy full SHA for 982d032
pkgs/development/tools/turso-cli/default.nix
@@ -8,16 +8,16 @@
8
}:
9
buildGoModule rec {
10
pname = "turso-cli";
11
- version = "0.97.0";
+ version = "0.97.1";
12
13
src = fetchFromGitHub {
14
owner = "tursodatabase";
15
repo = "turso-cli";
16
rev = "v${version}";
17
- hash = "sha256-m/0LfUs9oMWSjRPkVSPyHsFw8U1Fk2SXjqfOrLYsZlI=";
+ hash = "sha256-sS9H9mdbjV2EEsMKikQKND+gPeghH5cqRxhHcbjr7ok=";
18
};
19
20
- vendorHash = "sha256-c8dX60GPZSNMoCaF51jLWJK+aNDmw6TdzlBYS+vSuEY=";
+ vendorHash = "sha256-tBO21IgUczwMgrEyV7scV3YTY898lYHASaLeXqvBopU=";
21
22
nativeBuildInputs = [ installShellFiles ];
23
0 commit comments