Pol Dellaiera
2024-11-26 19:11:34 +01:00
parent b70d51fc86
commit 82d9b91876
+4 -3
View File
@@ -7,19 +7,19 @@
}:
let
pname = "open-webui";
version = "0.4.4";
version = "0.4.5";
src = fetchFromGitHub {
owner = "open-webui";
repo = "open-webui";
rev = "refs/tags/v${version}";
hash = "sha256-KbU8g9iqz7ow2Yxl5EizcYckMOHGGsEK5HkkchSXxQo=";
hash = "sha256-XbH6tAmwIZzCasuL6e0Su56ZAlSBBZsq3iBytOthEZM=";
};
frontend = buildNpmPackage {
inherit pname version src;
npmDepsHash = "sha256-MdftLgmFL5zkScC4XFfjKooQa4PX3il65P9BjfU5mXk=";
npmDepsHash = "sha256-bEmShvxHzDHiliA3IGN5A6Xf3cKf1PhULTueioDT7js=";
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work.
@@ -63,6 +63,7 @@ python312.pkgs.buildPythonApplication rec {
dependencies = with python312.pkgs; [
aiocache
aiofiles
aiohttp
alembic
anthropic