frigate: 0.15.1 -> 0.15.2

This commit is contained in:
R. Ryantm
2025-07-15 16:09:29 +00:00
parent 19e28509c7
commit dafd0cf569
+2 -2
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 {