Skip to content

Commit 3800f73

Browse files
committed
home-assistant-custom-lovelace-modules.versatile-thermostat-ui-card: 1.1.2 -> 1.1.3
https://github.com/jmcollin78/versatile-thermostat-ui-card/releases/tag/1.1.3
1 parent 1264a1b commit 3800f73

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-lovelace-modules/versatile-thermostat-ui-card

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-lovelace-modules/versatile-thermostat-ui-card/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildNpmPackage rec {
88
pname = "versatile-thermostat-ui-card";
9-
version = "1.1.2";
9+
version = "1.1.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "jmcollin78";
1313
repo = "versatile-thermostat-ui-card";
1414
rev = "${version}";
15-
hash = "sha256-JOm0jQysBtKHjAXtWnjbEn7UPSNLHd95TGfP13WH0Ww=";
15+
hash = "sha256-yPp478uXiRWDH4DP/d0Mloie7nPY1hWLt8X1vLhysvA=";
1616
};
1717

1818
npmFlags = [ "--legacy-peer-deps" ];

0 commit comments

Comments
 (0)