Skip to content

Commit 4d94fa1

Browse files
authored
home-assistant-custom-components.versatile_thermostat: 7.2.3 -> 7.2.4 (#384786)
https://github.com/jmcollin78/versatile_thermostat/releases/tag/7.2.4
1 parent 8516608 commit 4d94fa1

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-components/versatile_thermostat

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-components/versatile_thermostat/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
buildHomeAssistantComponent rec {
99
owner = "jmcollin78";
1010
domain = "versatile_thermostat";
11-
version = "7.2.3";
11+
version = "7.2.4";
1212

1313
src = fetchFromGitHub {
1414
inherit owner;
1515
repo = domain;
1616
rev = "refs/tags/${version}";
17-
hash = "sha256-OYqN8xdNl7A5pxSKR8PeKRQ54RARo8JKILlv+cqSYpE=";
17+
hash = "sha256-djrhF4BMjQNYHAQNUobqcN5M+ptA/oEjDRR8ZRbBmH8=";
1818
};
1919

2020
passthru.updateScript = gitUpdater { ignoredVersions = "(Alpha|Beta|alpha|beta).*"; };

0 commit comments

Comments
 (0)