turso-cli: 1.0.11 -> 1.0.12 (#438012)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-29 15:53:19 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "turso-cli";
version = "1.0.11";
version = "1.0.12";
src = fetchFromGitHub {
owner = "tursodatabase";
repo = "turso-cli";
rev = "v${version}";
hash = "sha256-Is1WlwMLkXaKxHUzAGSJN/xVFC7ZQ3C/TS6McAn7ACQ=";
hash = "sha256-H7ZxU9WtZdM30mepIEy/9PJP0015kFYXAgrqBGSd5u0=";
};
vendorHash = "sha256-tBO21IgUczwMgrEyV7scV3YTY898lYHASaLeXqvBopU=";