esptool 0 -> 1 attrpath: esptool 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/70za89i3y5rhkji8rlf5g7x788b3nii8-packages.json.drv building '/nix/store/70za89i3y5rhkji8rlf5g7x788b3nii8-packages.json.drv'... Going to be running update for following packages: - esptool-4.6.2 Press Enter key to continue... Running update for: - esptool-4.6.2: UPDATING ... - esptool-4.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/esptool/default.nix b/pkgs/tools/misc/esptool/default.nix index a06074b688d6..caacf27ba281 100644 --- a/pkgs/tools/misc/esptool/default.nix +++ b/pkgs/tools/misc/esptool/default.nix @@ -6,15 +6,15 @@ python3.pkgs.buildPythonApplication rec { pname = "esptool"; - version = "4.6.2"; + version = "4.7.0"; format = "setuptools"; src = fetchFromGitHub { owner = "espressif"; repo = "esptool"; - rev = "v${version}"; - hash = "sha256-3uvTyJrGCpulu/MR/VfCgnIxibxJj2ehBIBSveq7EfI="; + rev = "refs/tags/v${version}"; + hash = "sha256-yrEwCg0e+8jZorL6jcqeuKUCFoV0oP9HVFh1n/ezjPg="; }; 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 esptool nix build failed. self.obj, ("setUpModule", "setup_module") /nix/store/yjwcmiq2nv1a36h9g02lmj5zpyrdcwks-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/python.py:310: in obj self._obj = obj = self._getobj() /nix/store/yjwcmiq2nv1a36h9g02lmj5zpyrdcwks-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/python.py:528: in _getobj return self._importtestmodule() /nix/store/yjwcmiq2nv1a36h9g02lmj5zpyrdcwks-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/python.py:617: in _importtestmodule mod = import_path(self.path, mode=importmode, root=self.config.rootpath) /nix/store/yjwcmiq2nv1a36h9g02lmj5zpyrdcwks-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/pathlib.py:567: in import_path importlib.import_module(module_name) /nix/store/w4fvvhkzb0ssv0fw5j34pw09f0qw84w8-python3-3.11.7/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1204: in _gcd_import ??? :1176: in _find_and_load ??? :1147: in _find_and_load_unlocked ??? :690: in _load_unlocked ??? /nix/store/yjwcmiq2nv1a36h9g02lmj5zpyrdcwks-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:186: in exec_module exec(co, module.__dict__) test/test_imagegen.py:20: in need_to_install_package_err() test/conftest.py:57: in need_to_install_package_err pytest.exit( E _pytest.outcomes.Exit: To run the tests, install esptool in development mode. Instructions: https://docs.espressif.com/projects/esptool/en/latest/contributing.html#development-setup =========================== short test summary info ============================ ERROR test/test_imagegen.py - _pytest.outcomes.Exit: To run the tests, install esptool in development mod... !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.20s ===============================