Unverified Commit 35a97552 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant-custom-components.oref_alert: 3.2.2 -> 3.2.3 (#444170)

parents d3cd6a18 a71da1a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
  owner = "amitfin";
  domain = "oref_alert";
  version = "3.2.2";
  version = "3.2.3";

  src = fetchFromGitHub {
    owner = "amitfin";
    repo = "oref_alert";
    tag = "v${version}";
    hash = "sha256-YyE/t5onvpmbt4RE0YwqXBcZjkkmmLRFdfPdLpt+31k=";
    hash = "sha256-pVRssAo1suKzctokUVAtN0RGB+kyk/eSIxYKTrsBOYg=";
  };

  dependencies = [