frigate: pin onnxruntime protobuf version (#445844)
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
frigate,
|
frigate,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
fetchpatch,
|
fetchpatch,
|
||||||
|
protobuf_21,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -38,6 +39,11 @@ let
|
|||||||
hash = "sha256-95xtUzzIxxvDtpHX/5uCHnTQTB8Fc08DZGUOR/SdKLs=";
|
hash = "sha256-95xtUzzIxxvDtpHX/5uCHnTQTB8Fc08DZGUOR/SdKLs=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
onnxruntime = super.onnxruntime.override (old: {
|
||||||
|
onnxruntime = old.onnxruntime.override (old: {
|
||||||
|
protobuf = protobuf_21;
|
||||||
|
});
|
||||||
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
python3Packages = python.pkgs;
|
python3Packages = python.pkgs;
|
||||||
|
|||||||
Reference in New Issue
Block a user