Loading pkgs/by-name/go/goose-cli/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -26,17 +26,17 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "goose-cli"; version = "1.0.23"; version = "1.0.24"; src = fetchFromGitHub { owner = "block"; repo = "goose"; tag = "v${finalAttrs.version}"; hash = "sha256-jdoopa4pbW3MSgbNmNSp47iiXZF8H2GEgyhpkV1cB4A="; hash = "sha256-pkqZZwA25IszAnaW0G5adUI2NIEqqQnTQRqlqHWgJRg="; }; useFetchCargoVendor = true; cargoHash = "sha256-We2v/U9pK4O7JVXyVDvHwyrujPLp9jL1m4SKcMg/Hvc="; cargoHash = "sha256-Wct5XnBueG58+A4zZpcKy0vA2Kjwmtk505JZKNPFTDQ="; nativeBuildInputs = [ pkg-config ]; Loading Loading @@ -66,8 +66,10 @@ rustPlatform.buildRustPackage (finalAttrs: { # Lazy instance has previously been poisoned "--skip=jetbrains::tests::test_capabilities" "--skip=jetbrains::tests::test_router_creation" "--skip=logging::tests::test_log_file_name::with_session_name_and_error_capture" "--skip=logging::tests::test_log_file_name::with_session_name_without_error_capture" "--skip=logging::tests::test_log_file_name::without_session_name" "--skip=developer::tests::test_text_editor_str_replace" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "--skip=providers::gcpauth::tests::test_load_from_metadata_server" Loading Loading
pkgs/by-name/go/goose-cli/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -26,17 +26,17 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "goose-cli"; version = "1.0.23"; version = "1.0.24"; src = fetchFromGitHub { owner = "block"; repo = "goose"; tag = "v${finalAttrs.version}"; hash = "sha256-jdoopa4pbW3MSgbNmNSp47iiXZF8H2GEgyhpkV1cB4A="; hash = "sha256-pkqZZwA25IszAnaW0G5adUI2NIEqqQnTQRqlqHWgJRg="; }; useFetchCargoVendor = true; cargoHash = "sha256-We2v/U9pK4O7JVXyVDvHwyrujPLp9jL1m4SKcMg/Hvc="; cargoHash = "sha256-Wct5XnBueG58+A4zZpcKy0vA2Kjwmtk505JZKNPFTDQ="; nativeBuildInputs = [ pkg-config ]; Loading Loading @@ -66,8 +66,10 @@ rustPlatform.buildRustPackage (finalAttrs: { # Lazy instance has previously been poisoned "--skip=jetbrains::tests::test_capabilities" "--skip=jetbrains::tests::test_router_creation" "--skip=logging::tests::test_log_file_name::with_session_name_and_error_capture" "--skip=logging::tests::test_log_file_name::with_session_name_without_error_capture" "--skip=logging::tests::test_log_file_name::without_session_name" "--skip=developer::tests::test_text_editor_str_replace" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "--skip=providers::gcpauth::tests::test_load_from_metadata_server" Loading