frigate: 0.17.1 -> 0.17.2

https://github.com/blakeblackshear/frigate/releases/tag/v0.17.2

Fixes:
GHSA-hh3j-7g2f-43j2, GHSA-pqfr-m69j-4mq2, GHSA-r57j-5jm9-hpcc,
GHSA-4vfc-hxpj-f7x7, GHSA-wwww-5h25-jf98, GHSA-r5fm-h944-8chq
This commit is contained in:
Martin Weinelt
2026-07-06 12:54:09 +02:00
parent 37ab87d7fe
commit ae73d97b91
+2 -2
View File
@@ -15,14 +15,14 @@
}:
let
version = "0.17.1";
version = "0.17.2";
src = fetchFromGitHub {
name = "frigate-${version}-source";
owner = "blakeblackshear";
repo = "frigate";
tag = "v${version}";
hash = "sha256-jQQ54By77dOVSIu08YhJn+EUV0D03j1bcMQRk9404RE=";
hash = "sha256-8ujG5rVGqIJxM+IiQKvudrA0xqfz+3Uisl/zXwARPpY=";
};
frigate-web = callPackage ./web.nix {