Unverified Commit 3f14c2cf authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

home-assistant-custom-components.frigate: 5.9.3 -> 5.9.4 (#439055)

parent 59ff8bd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@
buildHomeAssistantComponent rec {
  owner = "blakeblackshear";
  domain = "frigate";
  version = "5.9.3";
  version = "5.9.4";

  src = fetchFromGitHub {
    owner = "blakeblackshear";
    repo = "frigate-hass-integration";
    tag = "v${version}";
    hash = "sha256-kbhDZbyNVct0GDhIr7mKyeVIkyV+Gc/gzbKnnv1FcQg=";
    hash = "sha256-LzrIvHJMB6mFAEfKoMIs0wL+xbEjoBIx48pSEcCHmg4=";
  };

  dependencies = [ hass-web-proxy-lib ];