frigate: 0.15.1 -> 0.15.2 (#425486)

This commit is contained in:
Martin Weinelt 2025-07-15 18:53:37 +02:00 committed by GitHub
commit c0f418c051
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
}: }:
let let
version = "0.15.1"; version = "0.15.2";
src = fetchFromGitHub { src = fetchFromGitHub {
name = "frigate-${version}-source"; name = "frigate-${version}-source";
owner = "blakeblackshear"; owner = "blakeblackshear";
repo = "frigate"; repo = "frigate";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-rnsc2VXaypIPVtYQHTGe9lg7PuAyjfjz4aeATmFzp5s="; hash = "sha256-YJFtMVCTtp8h9a9RmkcoZSQ+nIKb5o/4JVynVslkx78=";
}; };
frigate-web = callPackage ./web.nix { frigate-web = callPackage ./web.nix {