Skip to content

Commit a181858

Browse files
authored
1 parent e3e90b8 commit a181858

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.1.5";
11+
version = "7.2.1";
1212

1313
src = fetchFromGitHub {
1414
inherit owner;
1515
repo = domain;
1616
rev = "refs/tags/${version}";
17-
hash = "sha256-XCDWByw/2xUjub/fNGvpIGzDyn3rq+JMI7syI1oPus0=";
17+
hash = "sha256-KdDeY1hTCWEy5l9mq2HdCrmVfLV6NkO43lC2QigOXeo=";
1818
};
1919

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

0 commit comments

Comments
 (0)