2023-01-01T19:19:49 esphome 2022.6.0 -> 2022.12.3 https://pypi.org/project/esphome/ 2023-01-01T19:19:51 attrpath: esphome 2023-01-01T19:19:51 Checking auto update branch... 2023-01-01T19:19:55 [version] 2023-01-01T19:19:55 [version] skipping because derivation has updateScript 2023-01-01T19:19:55 [rustCrateVersion] 2023-01-01T19:19:55 [rustCrateVersion] No cargoSha256 found 2023-01-01T19:19:55 [golangModuleVersion] 2023-01-01T19:19:55 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T19:19:55 [updateScript] 2023-01-01T19:19:59 [updateScript] Success 2023-01-01T19:19:59 [updateScript] these 2 derivations will be built: /nix/store/44kak6fr7x1wsfdc5gncdq9zj29yjh0x-update-esphome.drv /nix/store/6b697bkclnpmga898jv6qil40r8n2j17-packages.json.drv building '/nix/store/44kak6fr7x1wsfdc5gncdq9zj29yjh0x-update-esphome.drv'... building '/nix/store/6b697bkclnpmga898jv6qil40r8n2j17-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! 2023-01-01T19:19:59 2023-01-01T19:19:59 [quotedUrls] 2023-01-01T19:19:59 [quotedUrls] nothing found to replace 2023-01-01T19:19:59 Diff after rewrites: diff --git a/pkgs/tools/misc/esphome/dashboard.nix b/pkgs/tools/misc/esphome/dashboard.nix index 04abea26cab..0623a6d603a 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 = "20221231.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-LwP+LBHzEWjPUih6aaZnI7Yh85vsa1Md1YgBWkLOUIs="; + hash = "sha256-Z5+CN8+O69cm1s/iaGLSH9d8clpgzaOX7jGtN5yYMa0="; }; # no tests 2023-01-01T19:21:28 Old version 2022.12.3" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "esphome-dashboard"; version = "20221213.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-LwP+LBHzEWjPUih6aaZnI7Yh85vsa1Md1YgBWkLOUIs="; }; # no tests doCheck = false; pythonImportsCheck = [ "esphome_dashboard" ]; meta = with lib; { description = "ESPHome dashboard"; homepage = "https://esphome.io/"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ hexa ]; }; }