2022-12-10T05:32:42 esptool_3 3.3.2 -> 4.4 https://github.com/espressif/esptool/releases 2022-12-10T05:32:46 attrpath: esptool_3 2022-12-10T05:32:46 Checking auto update branch... 2022-12-10T05:32:49 [version] 2022-12-10T05:32:49 [version] skipping because derivation has updateScript 2022-12-10T05:32:49 [rustCrateVersion] 2022-12-10T05:32:49 [rustCrateVersion] No cargoSha256 found 2022-12-10T05:32:49 [golangModuleVersion] 2022-12-10T05:32:49 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-10T05:32:49 [updateScript] 2022-12-10T05:32:53 [updateScript] Success 2022-12-10T05:32:53 [updateScript] this derivation will be built: /nix/store/fxrsvwwh8y6y66j2kic41qvz338n98rw-packages.json.drv building '/nix/store/fxrsvwwh8y6y66j2kic41qvz338n98rw-packages.json.drv'... Going to be running update for following packages: - esptool-3.3.2 Press Enter key to continue... Running update for: - esptool-3.3.2: UPDATING ... - esptool-3.3.2: DONE. Packages updated! 2022-12-10T05:32:53 2022-12-10T05:32:53 [quotedUrls] 2022-12-10T05:32:53 [quotedUrls] nothing found to replace 2022-12-10T05:32:53 Diff after rewrites: diff --git a/pkgs/tools/misc/esptool/3.nix b/pkgs/tools/misc/esptool/3.nix index 3ffa79b8c8b..0bbb0de1133 100644 --- a/pkgs/tools/misc/esptool/3.nix +++ b/pkgs/tools/misc/esptool/3.nix @@ -2,13 +2,13 @@ python3.pkgs.buildPythonApplication rec { pname = "esptool"; - version = "3.3.2"; + version = "4.4"; src = fetchFromGitHub { owner = "espressif"; repo = "esptool"; - rev = "v${version}"; - hash = "sha256-hpPL9KNPA+S57SJoKnQewBCOybDbKep0t5RKw9a9GjM="; + rev = "refs/tags/v${version}"; + hash = "sha256-haLwf3loOvqdqQN/iuVBciQ6nCnuc9AqqOGKvDwLBHE="; }; postPatch = '' 2022-12-10T05:34:27 No auto update branch exists 2022-12-10T05:34:32 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A esptool_3 nix build failed. Installing collected packages: esptool Successfully installed esptool-4.4 /build/source Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" } pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4 strip is /nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4/lib /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4/bin patching script interpreter paths in /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4 checking for references to /build/ in /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4... shrinking RPATHs of ELF executables and libraries in /nix/store/fvwcqsbkx49s3bzm80s6025ah2bsd2wv-esptool-4.4-dist strip is /nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/strip patching script interpreter paths in /nix/store/fvwcqsbkx49s3bzm80s6025ah2bsd2wv-esptool-4.4-dist checking for references to /build/ in /nix/store/fvwcqsbkx49s3bzm80s6025ah2bsd2wv-esptool-4.4-dist... Patching /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4/bin/espefuse.py Patching /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4/bin/espsecure.py Patching /nix/store/zf37i2vg1vrr32wfl0mp21l9sgwkj2x7-esptool-4.4/bin/esptool.py Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests Traceback (most recent call last): File "/build/source/test/test_imagegen.py", line 21, in import pytest ModuleNotFoundError: No module named 'pytest'