From 600245fe278d980a7de280f16e16a75563218cfb Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 4 Apr 2025 14:52:53 +0200 Subject: [PATCH] chore(goose): update to version 1.0.17 Updated `goose-cli` to version 1.0.17 and synchronized related hashes. Added a new test exclusion for `test_token_refresh_race_condition` in the build configuration. --- overlays/unstable/goose.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/overlays/unstable/goose.nix b/overlays/unstable/goose.nix index 8056930..eb644fb 100644 --- a/overlays/unstable/goose.nix +++ b/overlays/unstable/goose.nix @@ -25,18 +25,18 @@ let in rustPlatform.buildRustPackage rec { pname = "goose-cli"; - version = "1.0.16-1"; + version = "1.0.17"; src = fetchFromGitHub { owner = "block"; repo = "goose"; - #tag = "v${version}"; - rev = "e7ad230957053dac7643701a69439ac19d5d2bf6"; - hash = "sha256-328lLQeZClZI/mKFLvUppdZLjYwwiMR6WmS2ZroZxLU="; + tag = "v${version}"; + #rev = "e7ad230957053dac7643701a69439ac19d5d2bf6"; + hash = "sha256-l/lcwTNUq2xJHh0MKhnDZjRJ/5cANbdar/Vusf38esQ="; }; useFetchCargoVendor = true; - cargoHash = "sha256-hcIbwNDagH5pajHrJxp+qJscLRHKr3SAFkNPr4NwtBc="; + cargoHash = "sha256-1xKWzgptnM1ZP0nQXILBoaKVwL2FyXpldTUIa1ITQO0="; nativeBuildInputs = [ pkg-config ]; @@ -61,6 +61,7 @@ rustPlatform.buildRustPackage rec { "--skip=config::base::tests::test_secret_management" # Observer should be Some with both init project keys set "--skip=tracing::langfuse_layer::tests::test_create_langfuse_observer" + "--skip=providers::gcpauth::tests::test_token_refresh_race_condition" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Lazy instance has previously been poisoned