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
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
name = "frigate-${version}-source";
owner = "blakeblackshear";
repo = "frigate";
tag = "v${version}";
hash = "sha256-rnsc2VXaypIPVtYQHTGe9lg7PuAyjfjz4aeATmFzp5s=";
hash = "sha256-YJFtMVCTtp8h9a9RmkcoZSQ+nIKb5o/4JVynVslkx78=";
};
frigate-web = callPackage ./web.nix {