awscli2 0 -> 1 attrpath: awscli2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ajihzkpbxvxxqy03yg83s96r3j2g4351-packages.json.drv building '/nix/store/ajihzkpbxvxxqy03yg83s96r3j2g4351-packages.json.drv'... Going to be running update for following packages: - awscli2-2.11.6 Press Enter key to continue... Running update for: - awscli2-2.11.6: UPDATING ... - awscli2-2.11.6: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix index d0a7bce8bc0..bfbc4c0b0c1 100644 --- a/pkgs/tools/admin/awscli2/default.nix +++ b/pkgs/tools/admin/awscli2/default.nix @@ -37,14 +37,14 @@ let in with py.pkgs; buildPythonApplication rec { pname = "awscli2"; - version = "2.11.6"; # N.B: if you change this, check if overrides are still up-to-date + version = "2.11.11"; # N.B: if you change this, check if overrides are still up-to-date format = "pyproject"; src = fetchFromGitHub { owner = "aws"; repo = "aws-cli"; rev = version; - hash = "sha256-6VEDGakOx2LJcDbBKicxxfOt0t2tf2iaRXkx1Em0Ieg="; + hash = "sha256-3rNx0rT8d88qv4omCutTjyOMQMmvxaCRIFg2b9v7s/w="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A awscli2 nix build failed. ERROR tests/unit/customizations/wizard/test_app.py::TestPromptWithDataConvertWizardApplication::test_can_convert_integers - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptWithDataConvertWizardApplication::test_can_convert_bool - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptWithDataConvertWizardApplication::test_show_error_and_stop_on_incorrect_input - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptWithDataConvertWizardApplication::test_clear_error_and_go_on_after_correction - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestApiCallWizardApplication::test_uses_choices_from_api_call - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestDetailsWizardApplication::test_get_details_for_choice - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestDetailsWizardApplication::test_details_disabled_for_choice_wo_details - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestDetailsWizardApplication::test_can_switch_focus_to_details_panel - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestDetailsWizardApplication::test_can_toggle_save_panel - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestDetailsWizardApplication::test_can_not_switch_focus_to_details_panel_if_it_not_visible - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestDetailsWizardApplication::test_can_set_details_panel_title - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestDetailsWizardApplication::test_can_set_details_toolbar_text - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPreviewWizardApplication::test_details_panel_visible_by_default - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPreviewWizardApplication::test_get_details_for_choice - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPreviewWizardApplication::test_get_details_for_second_choice - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestSharedConfigWizardApplication::test_uses_choices_from_api_call - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestRunWizardApplication::test_run_wizard_execute - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestRunWizardApplication::test_run_wizard_captures_and_displays_errors - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestRunWizardApplication::test_can_change_answers_on_run_wizard_failure - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestRunWizardApplication::test_can_switch_exception_panel - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestRunWizardApplication::test_toolbar_has_exception_panel_hot_key - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptCompletionWizardApplication::test_show_completions_for_buffer_text - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptCompletionWizardApplication::test_choose_completion_on_Enter_and_stays_on_the_same_prompt - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptCompletionWizardApplication::test_choose_completion_on_Enter_and_move_on_second_Enter - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptCompletionWizardApplication::test_switch_completions_on_tab - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptCompletionWizardApplication::test_switch_completions_on_back_tab - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestPromptCompletionWizardApplication::test_switch_prompt_on_tab_if_it_is_not_completing - AttributeError: __enter__ ERROR tests/unit/customizations/wizard/test_app.py::TestSaveDetailsWizard::test_file_saved_to_disk - AttributeError: __enter__ ============ 6975 passed, 2 skipped, 51 errors in 74.50s (0:01:14) ============= /nix/store/sw36plhp82916wwg6i6097rkzza7d950-stdenv-linux/setup: line 1594: pop_var_context: head of shell_variables not a function context