Merge pull request #289933 from r-ryantm/auto-update/frigate
frigate: 0.13.1 -> 0.13.2
This commit is contained in:
commit
57d41a34f2
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "0.13.1";
|
||||
version = "0.13.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
#name = "frigate-${version}-source";
|
||||
owner = "blakeblackshear";
|
||||
repo = "frigate";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2J7DhnYDX9ubbsk0qhji/vIKDouy9IqQztzbdPj2kxo=";
|
||||
hash = "sha256-NVT7yaJkVA7b7GL0S0fHjNneBzhjCru56qY1Q4sTVcE=";
|
||||
};
|
||||
|
||||
frigate-web = callPackage ./web.nix {
|
||||
|
|
Loading…
Reference in a new issue