Skip to content

Commit b3cf14d

Browse files
authored
open-webui: 0.3.18 -> 0.3.19 (#340039)
2 parents b39277a + 6889824 commit b3cf14d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
}:
88
let
99
pname = "open-webui";
10-
version = "0.3.18-unstable-2024-09-05";
10+
version = "0.3.19";
1111

1212
src = fetchFromGitHub {
1313
owner = "open-webui";
1414
repo = "open-webui";
15-
rev = "c3271e84efc281dfed8c1e2d265cd24e1e5865e6";
16-
hash = "sha256-yOLxpRgwTVPlQASzFqul+ap/s7Wx3uxf4xr+Xb2Nb7A=";
15+
rev = "refs/tags/v${version}";
16+
hash = "sha256-0POrTElR4oze9sypfsJrY8miBVK6JvHRDmzMhqntFA4=";
1717
};
1818

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

22-
npmDepsHash = "sha256-BkjvMD1XxELzxiPZagYd0aEUsaAl338h5W9nvxxrJJg=";
22+
npmDepsHash = "sha256-03F9Pz4RWoswdYh9lLEHtg5WitCsrG3JOa2S/RJDtZI=";
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.
2626
postPatch = ''
2727
substituteInPlace package.json \
28-
--replace-fail "npm run pyodide:fetch && vite build" "vite build" \
28+
--replace-fail "npm run pyodide:fetch && vite build" "vite build"
2929
'';
3030

3131
env.CYPRESS_INSTALL_BINARY = "0"; # disallow cypress from downloading binaries in sandbox

0 commit comments

Comments
 (0)