turso-cli: 1.0.10 -> 1.0.11 (#417616)

Co-authored-by: Fryuni <luiz@lferraz.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-17 21:10:08 +00:00
committed by GitHub
co-authored by Fryuni
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "turso-cli";
version = "1.0.10";
version = "1.0.11";
src = fetchFromGitHub {
owner = "tursodatabase";
repo = "turso-cli";
rev = "v${version}";
hash = "sha256-aXFMsY8bxj+NJizeThlebcv8nNvjqF7q+AN6sQ4/5PQ=";
hash = "sha256-Is1WlwMLkXaKxHUzAGSJN/xVFC7ZQ3C/TS6McAn7ACQ=";
};
vendorHash = "sha256-tBO21IgUczwMgrEyV7scV3YTY898lYHASaLeXqvBopU=";