home-assistant-custom-lovelace-modules.versatile-thermostat-ui-card: 1.1.4 -> 3.2.0

This commit is contained in:
R. Ryantm
2026-04-07 08:41:14 +00:00
parent 358f4fca7e
commit fe6c4d3378
@@ -6,17 +6,17 @@
buildNpmPackage rec {
pname = "versatile-thermostat-ui-card";
version = "1.1.4";
version = "3.2.0";
src = fetchFromGitHub {
owner = "jmcollin78";
repo = "versatile-thermostat-ui-card";
rev = "${version}";
hash = "sha256-4v1Tl3GQagQd1H+CFBG+OuRl2zfz5vvyWRy7oBSpxfM=";
hash = "sha256-z0m9Ewgh9eaN4cd+H0cuIYoeNjxyfm5FiP4kblQVKXs=";
};
npmFlags = [ "--legacy-peer-deps" ];
npmDepsHash = "sha256-TlJGO0kw3+8ukT1DERp/xDwmeSu0ofP5mqrmXmGcF2M=";
npmDepsHash = "sha256-5g+biez7e4+1YIrnHfBhN4+LeHF6motEX+1wl7NJdJI=";
installPhase = ''
runHook preInstall