Loading pkgs/servers/home-assistant/custom-components/versatile_thermostat/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildHomeAssistantComponent rec { owner = "jmcollin78"; domain = "versatile_thermostat"; version = "7.4.1"; version = "8.1.2"; src = fetchFromGitHub { inherit owner; repo = domain; rev = "refs/tags/${version}"; hash = "sha256-QE3XTummNZCziZPKfFjTI0ell+bftGqbcG0hh+QHx9s="; hash = "sha256-1LIb14Ovw1+Gi4d9t2rJAJojyncqEzQNriZl7bHgfpw="; }; passthru.updateScript = gitUpdater { ignoredVersions = "(Alpha|Beta|alpha|beta).*"; }; Loading Loading
pkgs/servers/home-assistant/custom-components/versatile_thermostat/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildHomeAssistantComponent rec { owner = "jmcollin78"; domain = "versatile_thermostat"; version = "7.4.1"; version = "8.1.2"; src = fetchFromGitHub { inherit owner; repo = domain; rev = "refs/tags/${version}"; hash = "sha256-QE3XTummNZCziZPKfFjTI0ell+bftGqbcG0hh+QHx9s="; hash = "sha256-1LIb14Ovw1+Gi4d9t2rJAJojyncqEzQNriZl7bHgfpw="; }; passthru.updateScript = gitUpdater { ignoredVersions = "(Alpha|Beta|alpha|beta).*"; }; Loading