uefi-firmware-parser 0 -> 1 attrpath: uefi-firmware-parser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ipqxi40dfq8ni93cj773hfchgnnmn48w-packages.json.drv building '/nix/store/ipqxi40dfq8ni93cj773hfchgnnmn48w-packages.json.drv'... Going to be running update for following packages: - uefi-firmware-parser-1.8 Press Enter key to continue... Running update for: - uefi-firmware-parser-1.8: UPDATING ... - uefi-firmware-parser-1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/analysis/uefi-firmware-parser/default.nix b/pkgs/development/tools/analysis/uefi-firmware-parser/default.nix index b879a6ef2374..ce83ee099a07 100644 --- a/pkgs/development/tools/analysis/uefi-firmware-parser/default.nix +++ b/pkgs/development/tools/analysis/uefi-firmware-parser/default.nix @@ -4,14 +4,14 @@ with python3.pkgs; buildPythonApplication rec { pname = "uefi-firmware-parser"; - version = "1.8"; + version = "1.11"; # Version 1.8 is not published on pypi src = fetchFromGitHub { owner = "theopolis"; repo = "uefi-firmware-parser"; - rev = "v${version}"; - sha256 = "1yn9vi91j1yxkn0icdnjhgl0qrqqkzyhccj39af4f19q1gdw995l"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-afBd//xJtFBJom2aeVzK2VTwgIVVuhezxFQ8FKsEngc="; }; meta = with lib; { 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 uefi-firmware-parser nix build failed. Executing setuptoolsCheckPhase /nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/bin/python3.11: No module named pip error: Command '['/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpvinshqvz', '--quiet', 'future']' returned non-zero exit status 1.