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 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/hqw4c2sppf2cni5adgj9r9xfwj64ikz2-update-esphome.drv /nix/store/64jnipxp1cbxn7gri5v23h17f03bkqja-packages.json.drv building '/nix/store/hqw4c2sppf2cni5adgj9r9xfwj64ikz2-update-esphome.drv'... building '/nix/store/64jnipxp1cbxn7gri5v23h17f03bkqja-packages.json.drv'... Going to be running update for following packages: - esphome-2023.4.0 Press Enter key to continue... Running update for: - esphome-2023.4.0: UPDATING ... - esphome-2023.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index 46113ba0769..50472bc58c8 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -16,14 +16,14 @@ let in python.pkgs.buildPythonApplication rec { pname = "esphome"; - version = "2023.4.0"; + version = "2023.4.1"; format = "setuptools"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-u3EQ2ZE6Yfa5M7lr0dULztTf4bGj6XEkta1LcTZCR50="; + hash = "sha256-XnsEidB/rqpiDABLMHHYX7ZMzyXi9OuAnyNFQAmLojA="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - esphome: 2023.4.0 -> 2023.4.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/227885"