File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/op/open-webui Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88} :
99let
1010 pname = "open-webui" ;
11- version = "0.6.6 " ;
11+ version = "0.6.7 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "open-webui" ;
1515 repo = "open-webui" ;
1616 tag = "v${ version } " ;
17- hash = "sha256-6gM4Ke63lFzxji7+hfuzMYN3MK4wkI6+iMH/qYM92oE =" ;
17+ hash = "sha256-4V0WhiVhjxYtbwDt+83AfkjJtQFew2P6i1sLtRL13lg =" ;
1818 } ;
1919
2020 frontend = buildNpmPackage rec {
3030 url = "https://github.com/pyodide/pyodide/releases/download/${ pyodideVersion } /pyodide-${ pyodideVersion } .tar.bz2" ;
3131 } ;
3232
33- npmDepsHash = "sha256-T1cVyq2xnpF8yTcLdVPj4pyASVRFpEdIoWRh3hQaPv4 =" ;
33+ npmDepsHash = "sha256-kOqfYAMkpiT2d79fpH1ON5FQAuV1i3/PL9waQq/YR58 =" ;
3434
3535 # Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
3636 # Until this is solved, running python packages from the browser will not work.
You can’t perform that action at this time.
0 commit comments