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/v7nqisflwzjdkbgdrm44n0fdwvpxrkhj-packages.json.drv building '/nix/store/v7nqisflwzjdkbgdrm44n0fdwvpxrkhj-packages.json.drv'... Going to be running update for following packages: - awscli2-2.10.1 Press Enter key to continue... Running update for: - awscli2-2.10.1: UPDATING ... - awscli2-2.10.1: 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 f42f0fe7a25..ebdd90cace5 100644 --- a/pkgs/tools/admin/awscli2/default.nix +++ b/pkgs/tools/admin/awscli2/default.nix @@ -25,14 +25,14 @@ let in with py.pkgs; buildPythonApplication rec { pname = "awscli2"; - version = "2.10.1"; # N.B: if you change this, check if overrides are still up-to-date + version = "2.10.3"; # 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-omg4WNX/DegN6xjHBBGwEijqtvd/b9VfcCC71KfXq98="; + hash = "sha256-ogwJTsd2xrWp54utcyG1QO7hGxBC6S4hVlmmGESyPBQ="; }; nativeBuildInputs = [ 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. checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages checking for sqlite3... yes checking for --with-install-type... system-sandbox checking for --with-download-deps... Traceback (most recent call last): File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/build/source/./backends/build_system/__main__.py", line 125, in main() File "/build/source/./backends/build_system/__main__.py", line 121, in main parsed_args.func(parsed_args) File "/build/source/./backends/build_system/__main__.py", line 49, in validate validate_env(parsed_args.artifact) File "/build/source/./backends/build_system/validate_env.py", line 39, in validate_env raise UnmetDependenciesException(unmet_deps, in_venv) utils.UnmetDependenciesException: Environment requires following Python dependencies: cryptography (required: ('>=3.3.2', '<38.0.5')) (version installed: 39.0.1) We recommend using --with-download-deps flag to automatically create a virtualenv and download the dependencies. If you want to manage the dependencies yourself instead, run the following pip command: /nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/bin/python -m pip install --prefer-binary 'cryptography>=3.3.2,<38.0.5' We noticed you are not in a virtualenv. If not using --with-download-deps we highly recommend using a virtualenv to prevent dependencies from being installed into your global Python environment. configure: error: "Python dependencies not met."