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.
This commit is contained in:
parent
ac117d9ef2
commit
600245fe27
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue