mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
frigate: 0.17.1 -> 0.17.2 (#538943)
This commit is contained in:
commit
9fe04c4011
1 changed files with 2 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
@ -239,9 +239,6 @@ python3Packages.buildPythonApplication rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
# interpreter crash in onnxruntime on aarch64-linux
|
||||
doCheck = !(stdenv.hostPlatform.system == "aarch64-linux");
|
||||
|
||||
preCheck = ''
|
||||
# Unavailable in the build sandbox
|
||||
substituteInPlace frigate/const.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue