Unverified Commit 3800f73f authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant-custom-lovelace-modules.versatile-thermostat-ui-card: 1.1.2 -> 1.1.3

parent 1264a1bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildNpmPackage rec {
  pname = "versatile-thermostat-ui-card";
  version = "1.1.2";
  version = "1.1.3";

  src = fetchFromGitHub {
    owner = "jmcollin78";
    repo = "versatile-thermostat-ui-card";
    rev = "${version}";
    hash = "sha256-JOm0jQysBtKHjAXtWnjbEn7UPSNLHd95TGfP13WH0Ww=";
    hash = "sha256-yPp478uXiRWDH4DP/d0Mloie7nPY1hWLt8X1vLhysvA=";
  };

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