goose-cli: 1.0.4 -> 1.0.7

This commit is contained in:
nayeko
2025-02-15 22:38:01 +00:00
parent acfb8a5d1b
commit 5d6e33ace8
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;