Skip to content

Commit 851f239

Browse files
committed
1 parent f9563d1 commit 851f239

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 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.16";
10+
version = "0.5.17";
1111

1212
src = fetchFromGitHub {
1313
owner = "open-webui";
1414
repo = "open-webui";
1515
tag = "v${version}";
16-
hash = "sha256-ki8Ac/xMs+wD5GWEgPTe+uIXrYnWtaOwLIxmxscz5sw=";
16+
hash = "sha256-djQPe/MUgYqG993Q1XqmYymHRvvRCPSuOl7n9qxSFo4=";
1717
};
1818

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

22-
npmDepsHash = "sha256-e6pVy06h3QjFTSV62ZsaBrZO+atZbKGsBcCY/gQ2mQo=";
22+
npmDepsHash = "sha256-kd2gxVJdOELGq0lk/TqnJ4ifT7HA1rLxyMUu0aRkM+4=";
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.
@@ -74,8 +74,10 @@ python312.pkgs.buildPythonApplication rec {
7474
anthropic
7575
apscheduler
7676
argon2-cffi
77+
asgiref
7778
async-timeout
7879
authlib
80+
azure-ai-documentintelligence
7981
azure-identity
8082
azure-storage-blob
8183
bcrypt
@@ -107,6 +109,7 @@ python312.pkgs.buildPythonApplication rec {
107109
langdetect
108110
langfuse
109111
ldap3
112+
loguru
110113
markdown
111114
moto
112115
nltk

0 commit comments

Comments
 (0)