Unverified Commit 0584d975 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

home-assistant-custom-components.alarmo: 1.10.15 -> 1.10.16 (#498386)

parents 691c906e 1332781a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "nielsfaber";
  domain = "alarmo";
  version = "1.10.15";
  version = "1.10.16";

  src = fetchFromGitHub {
    owner = "nielsfaber";
    repo = "alarmo";
    tag = "v${version}";
    hash = "sha256-yXrzlaO6N6uknmIPNh9gc10Fs9xJSOXoeFEj4oBbNas=";
    hash = "sha256-iPFDb9T14FF1ndYn+6bjG0fWjFjNlyHUQ0O192Dt0+c=";
  };

  postPatch = ''