Skip to content

Commit 69cf322

Browse files
committed
1 parent be1bd24 commit 69cf322

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/by-name/op/open-webui/package.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
}:
88
let
99
pname = "open-webui";
10-
version = "0.5.14";
10+
version = "0.5.15";
1111

1212
src = fetchFromGitHub {
1313
owner = "open-webui";
1414
repo = "open-webui";
1515
tag = "v${version}";
16-
hash = "sha256-+5XlQ3gxrM9ooNrgQpcFDnCvCdXsisfR9Jq9tvlvUQQ=";
16+
hash = "sha256-+Omw+DMpCEBTLWeS6zLmyO9VnVB5jnHvzORFjL4/zxw=";
1717
};
1818

1919
frontend = buildNpmPackage {
2020
inherit pname version src;
2121

22-
npmDepsHash = "sha256-jLysRVrsK0e3YfADVAnjpKXWlZhkoxPU//ttzBxnxgY=";
22+
npmDepsHash = "sha256-7r9NE692DzuHScVBR07NbE/c8MKjOotWCcWThHHrpHA=";
2323

2424
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
2525
# Until this is solved, running python packages from the browser will not work.
@@ -76,6 +76,8 @@ python312.pkgs.buildPythonApplication rec {
7676
argon2-cffi
7777
async-timeout
7878
authlib
79+
azure-identity
80+
azure-storage-blob
7981
bcrypt
8082
beautifulsoup4
8183
black
@@ -89,6 +91,7 @@ python312.pkgs.buildPythonApplication rec {
8991
fake-useragent
9092
fastapi
9193
faster-whisper
94+
firecrawl-py
9295
fpdf2
9396
ftfy
9497
gcp-storage-emulator
@@ -116,6 +119,7 @@ python312.pkgs.buildPythonApplication rec {
116119
peewee
117120
peewee-migrate
118121
pgvector
122+
playwright
119123
psutil
120124
psycopg2-binary
121125
pydub

0 commit comments

Comments
 (0)