esphome 0 -> 1 attrpath: esphome 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] these 2 derivations will be built: /nix/store/fya157yaiw4i6gjpnx8zjvpw852gmnwv-update-esphome.drv /nix/store/b00h7yimnisj4d6qs401w00fcj1cfw5h-packages.json.drv building '/nix/store/fya157yaiw4i6gjpnx8zjvpw852gmnwv-update-esphome.drv'... building '/nix/store/b00h7yimnisj4d6qs401w00fcj1cfw5h-packages.json.drv'... Going to be running update for following packages: - esphome-2023.12.9 Press Enter key to continue... Running update for: - esphome-2023.12.9: UPDATING ... - esphome-2023.12.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index f3073c051be9..cd6d33ff94fa 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -19,14 +19,14 @@ let in python.pkgs.buildPythonApplication rec { pname = "esphome"; - version = "2023.12.9"; + version = "2024.2.0"; pyproject = true; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-8SHf6cbPYPZctjJgIuEb7eOJVi5hWNONyRnMXK0iBXc="; + hash = "sha256-k8caA5Q4QcP7H1Nn5yvFsfExVwipAlFSb/DphkzYNtU="; }; nativeBuildInputs = with python.pkgs; [ 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 esphome nix build failed. adding 'esphome/dashboard/dns.py' adding 'esphome/dashboard/entries.py' adding 'esphome/dashboard/enum.py' adding 'esphome/dashboard/settings.py' adding 'esphome/dashboard/web_server.py' adding 'esphome/dashboard/status/__init__.py' adding 'esphome/dashboard/status/mdns.py' adding 'esphome/dashboard/status/mqtt.py' adding 'esphome/dashboard/status/ping.py' adding 'esphome/dashboard/util/__init__.py' adding 'esphome/dashboard/util/file.py' adding 'esphome/dashboard/util/itertools.py' adding 'esphome/dashboard/util/password.py' adding 'esphome/dashboard/util/subprocess.py' adding 'esphome/dashboard/util/text.py' adding 'esphome-2024.2.0.dist-info/LICENSE' adding 'esphome-2024.2.0.dist-info/METADATA' adding 'esphome-2024.2.0.dist-info/WHEEL' adding 'esphome-2024.2.0.dist-info/entry_points.txt' adding 'esphome-2024.2.0.dist-info/top_level.txt' adding 'esphome-2024.2.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built esphome-2024.2.0-py2.py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for esphome-2024.2.0-py2.py3-none-any.whl - icmplib not installed