open-webui: 0.3.30 -> 0.3.32 (#347030)
diff: https://github.com/open-webui/open-webui/compare/v0.3.30..v0.3.32 changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.32
This commit is contained in:
parent
55a3fbf585
commit
551c0f1ec4
@ -7,19 +7,19 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "open-webui";
|
pname = "open-webui";
|
||||||
version = "0.3.30";
|
version = "0.3.32";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "open-webui";
|
owner = "open-webui";
|
||||||
repo = "open-webui";
|
repo = "open-webui";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-zGgCISGpna9L8Eqze0WWagIx26DwhLpeOLCVslpcJ08=";
|
hash = "sha256-XpPaMGn+JA3Rq+Eb97IGWMLAR+0pI+ZJRxOTmxIMPZg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
frontend = buildNpmPackage {
|
frontend = buildNpmPackage {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
|
|
||||||
npmDepsHash = "sha256-508AjFAzQvWPkn+kMv/YQUeG0jikZJJxNkFqfkKi9Ks=";
|
npmDepsHash = "sha256-tAPI/H5/lv+RuDZ68lL/cZHcOs8H6ZxXSwiFvkp0y4A=";
|
||||||
|
|
||||||
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
|
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
|
||||||
# Until this is solved, running python packages from the browser will not work.
|
# Until this is solved, running python packages from the browser will not work.
|
||||||
@ -87,6 +87,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
flask
|
flask
|
||||||
flask-cors
|
flask-cors
|
||||||
fpdf2
|
fpdf2
|
||||||
|
ftfy
|
||||||
google-generativeai
|
google-generativeai
|
||||||
langchain
|
langchain
|
||||||
langchain-chroma
|
langchain-chroma
|
||||||
|
Loading…
Reference in New Issue
Block a user