File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212} :
1313
1414let
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
You can’t perform that action at this time.
0 commit comments