Unverified Commit 5cdd8560 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #327426 from JManch/frigate-hass-integration

home-assistant-custom-components.frigate: 5.1.0 -> 5.2.0
parents ee96cfe1 6a47bb2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "presto8";
  domain = "frigate";
  version = "5.1.0";
  version = "5.2.0";

  src = fetchFromGitHub {
    owner = "blakeblackshear";
    repo = "frigate-hass-integration";
    rev = "v${version}";
    hash = "sha256-6W9U0Q0wW36RsErvtFQo1sc1AF7js6MMHxgMQcDFexw=";
    hash = "sha256-OWpOYNVzowdn0iZfJwhdMrAYeqDpNJvSwHpsJX9fDk4=";
  };

  propagatedBuildInputs = [