Unverified Commit 3de2b188 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant-custom-components.frigidaire: 0.1.1 -> 0.1.2

parent a07924d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "bm1549";
  domain = "frigidaire";
  version = "0.1.1";
  version = "0.1.2";

  src = fetchFromGitHub {
    inherit owner;
    repo = "home-assistant-frigidaire";
    tag = version;
    hash = "sha256-Jynm0e5y/mSgyd5Pyus+nIVV3XSjsm5z+oNuGIhCu9s=";
    hash = "sha256-7SyOsB16P0O0RHEUXy79cqil+QFO2PilyWWlpv428g0=";
  };

  dependencies = [ frigidaire ];