File tree 1 file changed +5
-5
lines changed
pkgs/by-name/op/open-webui
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
} :
8
8
let
9
9
pname = "open-webui" ;
10
- version = "0.3.18-unstable-2024-09-05 " ;
10
+ version = "0.3.19 " ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "open-webui" ;
14
14
repo = "open-webui" ;
15
- rev = "c3271e84efc281dfed8c1e2d265cd24e1e5865e6 " ;
16
- hash = "sha256-yOLxpRgwTVPlQASzFqul+ap/s7Wx3uxf4xr+Xb2Nb7A =" ;
15
+ rev = "refs/tags/v ${ version } " ;
16
+ hash = "sha256-0POrTElR4oze9sypfsJrY8miBVK6JvHRDmzMhqntFA4 =" ;
17
17
} ;
18
18
19
19
frontend = buildNpmPackage {
20
20
inherit pname version src ;
21
21
22
- npmDepsHash = "sha256-BkjvMD1XxELzxiPZagYd0aEUsaAl338h5W9nvxxrJJg =" ;
22
+ npmDepsHash = "sha256-03F9Pz4RWoswdYh9lLEHtg5WitCsrG3JOa2S/RJDtZI =" ;
23
23
24
24
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
25
25
# Until this is solved, running python packages from the browser will not work.
26
26
postPatch = ''
27
27
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"
29
29
'' ;
30
30
31
31
env . CYPRESS_INSTALL_BINARY = "0" ; # disallow cypress from downloading binaries in sandbox
You can’t perform that action at this time.
0 commit comments