Skip to content

Commit b4cf24d

Browse files
authored
1 parent aceee00 commit b4cf24d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fr/frigate/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}:
1313

1414
let
15-
version = "0.15.0";
15+
version = "0.15.1";
1616

1717
src = fetchFromGitHub {
1818
name = "frigate-${version}-source";
1919
owner = "blakeblackshear";
2020
repo = "frigate";
2121
tag = "v${version}";
22-
hash = "sha256-qgiVE5UUjxRLya0mD2vfKdzdTdy5ThYOrHAGoFQ9PWA=";
22+
hash = "sha256-rnsc2VXaypIPVtYQHTGe9lg7PuAyjfjz4aeATmFzp5s=";
2323
};
2424

2525
frigate-web = callPackage ./web.nix {
@@ -207,7 +207,7 @@ python.pkgs.buildPythonApplication rec {
207207
};
208208

209209
meta = with lib; {
210-
changelog = "https://github.com/blakeblackshear/frigate/releases/tag/v${version}";
210+
changelog = "https://github.com/blakeblackshear/frigate/releases/tag/${src.tag}";
211211
description = "NVR with realtime local object detection for IP cameras";
212212
longDescription = ''
213213
A complete and local NVR designed for Home Assistant with AI

0 commit comments

Comments
 (0)