frigate: use python 3.13
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
callPackage,
|
callPackage,
|
||||||
python312Packages,
|
python313Packages,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
ffmpeg-headless,
|
ffmpeg-headless,
|
||||||
@@ -27,7 +27,7 @@ let
|
|||||||
inherit version src;
|
inherit version src;
|
||||||
};
|
};
|
||||||
|
|
||||||
python = python312Packages.python.override {
|
python = python313Packages.python.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
joserfc = super.joserfc.overridePythonAttrs (oldAttrs: {
|
joserfc = super.joserfc.overridePythonAttrs (oldAttrs: {
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
@@ -141,7 +141,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
distlib
|
distlib
|
||||||
fastapi
|
fastapi
|
||||||
filelock
|
filelock
|
||||||
future
|
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
importlib-resources
|
importlib-resources
|
||||||
google-generativeai
|
google-generativeai
|
||||||
|
|||||||
Reference in New Issue
Block a user