Commit c71a18bf authored by R. RyanTM's avatar R. RyanTM
Browse files

home-assistant-custom-components.versatile_thermostat: 9.3.2 -> 9.3.3

parent 199c3eae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
  owner = "jmcollin78";
  domain = "versatile_thermostat";
  version = "9.3.2";
  version = "9.3.3";

  src = fetchFromGitHub {
    inherit owner;
    repo = domain;
    tag = version;
    hash = "sha256-fHmCakDFD6na3IQcQCX2g9XYIIJp0DTaZ9qEcSgw+78=";
    hash = "sha256-TiaJFFx3nEUYHVB5Ka71MaP8pngcPSdHxt920NSCQ8c=";
  };

  dependencies = [