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/ppjxcdwqgwylcgv29ybl1hxj2hb6cl5d-update-esphome.drv /nix/store/dwpn5p5svan9yzxnv25s5155sbhzfyxj-packages.json.drv building '/nix/store/ppjxcdwqgwylcgv29ybl1hxj2hb6cl5d-update-esphome.drv'... building '/nix/store/dwpn5p5svan9yzxnv25s5155sbhzfyxj-packages.json.drv'... Going to be running update for following packages: - esphome-2024.2.1 Press Enter key to continue... Running update for: - esphome-2024.2.1: UPDATING ... - esphome-2024.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index 268cb68b4dc2..ec8b1beeb15c 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 = "2024.2.1"; + version = "2024.2.2"; pyproject = true; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-MAyK8Wx/d7lJKEueeL7GhxxKu8EygwjylPGXB2Y3bWM="; + hash = "sha256-SIp4hrllPgWNnrflUStSIcUB00eGU5pHoYveBPg7CVw="; }; nativeBuildInputs = with python.pkgs; [ No auto update branch exists There might already be an open PR for this update: - esphome: 2024.2.1 -> 2024.2.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293616"