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/qyc266cf58z1a985phmfinnd62myg8y4-update-esphome.drv /nix/store/6p81lh1vaqk8whzsk8gmxll2j1ya9bwl-packages.json.drv building '/nix/store/qyc266cf58z1a985phmfinnd62myg8y4-update-esphome.drv'... building '/nix/store/6p81lh1vaqk8whzsk8gmxll2j1ya9bwl-packages.json.drv'... Going to be running update for following packages: - esphome-2022.12.3 Press Enter key to continue... Running update for: - esphome-2022.12.3: UPDATING ... - esphome-2022.12.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/esphome/dashboard.nix b/pkgs/tools/misc/esphome/dashboard.nix index 04abea26cab..2c179bce5df 100644 --- a/pkgs/tools/misc/esphome/dashboard.nix +++ b/pkgs/tools/misc/esphome/dashboard.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "esphome-dashboard"; - version = "20221213.0"; + version = "20230120.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-LwP+LBHzEWjPUih6aaZnI7Yh85vsa1Md1YgBWkLOUIs="; + hash = "sha256-xfYwkIklixvo2sCAln7FHL2esPZe+1kmqzOFX1QCG3Y="; }; # no tests diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index 5a1f469f915..6b891dcf375 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -15,14 +15,14 @@ let in with python.pkgs; buildPythonApplication rec { pname = "esphome"; - version = "2022.12.3"; + version = "2022.12.4"; format = "setuptools"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-9yyfcygEmnOcaooSg9bmGGOP2aph0i6d/Ot4nGlTPw4="; + hash = "sha256-HU4S6U5v0r93z4T6JpclEF6Cw6vy0VoprVyI4Z2Ti7s="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - esphome: 2022.12.3 -> 2022.12.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/211997"