frigate: 0.15.1 -> 0.15.2 (#425486)
This commit is contained in:
commit
c0f418c051
@ -12,14 +12,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.15.1";
|
version = "0.15.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
name = "frigate-${version}-source";
|
name = "frigate-${version}-source";
|
||||||
owner = "blakeblackshear";
|
owner = "blakeblackshear";
|
||||||
repo = "frigate";
|
repo = "frigate";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rnsc2VXaypIPVtYQHTGe9lg7PuAyjfjz4aeATmFzp5s=";
|
hash = "sha256-YJFtMVCTtp8h9a9RmkcoZSQ+nIKb5o/4JVynVslkx78=";
|
||||||
};
|
};
|
||||||
|
|
||||||
frigate-web = callPackage ./web.nix {
|
frigate-web = callPackage ./web.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user