Commit 2b92df8a authored by R. RyanTM's avatar R. RyanTM
Browse files

home-assistant-custom-components.oref_alert: 3.2.4 -> 4.0.0

parent 798c30d1
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.4";
  version = "4.0.0";

  src = fetchFromGitHub {
    owner = "amitfin";
    repo = "oref_alert";
    tag = "v${version}";
    hash = "sha256-+kZOwepyfehETfRDeA4w0eTaGSvkXNzG5rL2wdAKOy8=";
    hash = "sha256-WMWt2QjwWDIfNbD6/YGc91GASmjNhzfLREMHvc2eOdE=";
  };

  dependencies = [