goose-cli: 1.0.4 -> 1.0.7 (#382429)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-16 23:58:48 +01:00
committed by GitHub
2 changed files with 675 additions and 146 deletions
+673 -144
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -26,13 +26,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "goose-cli";
version = "1.0.4";
version = "1.0.7";
src = fetchFromGitHub {
owner = "block";
repo = "goose";
tag = "v${version}";
hash = "sha256-9iTMT8n1bnHIYLAOknK3ts73CWkP9ztHeMAwi/btzjk=";
hash = "sha256-/PCEszhRPxXSvvlNX8EVQTqLJwGF5N3ry+XuykiGV5U=";
};
cargoLock.lockFile = ./Cargo.lock;