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 99} :
1010let
1111 pname = "open-webui" ;
12- version = "0.6.12 " ;
12+ version = "0.6.13 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "open-webui" ;
1616 repo = "open-webui" ;
1717 tag = "v${ version } " ;
18- hash = "sha256-q8pb+XIBKzU8zWohBtKNQhYBwcQF51/uqgVrMxcKcUc =" ;
18+ hash = "sha256-teBGAo9YyFSBVXMElpw2zON5oCa3O8k+pf9pSNSW5gc =" ;
1919 } ;
2020
2121 frontend = buildNpmPackage rec {
3232 url = "https://github.com/pyodide/pyodide/releases/download/${ pyodideVersion } /pyodide-${ pyodideVersion } .tar.bz2" ;
3333 } ;
3434
35- npmDepsHash = "sha256-576Cd7I4CzOItSycQH8CwLAelLoNnQcJVZ338IhMb/k =" ;
35+ npmDepsHash = "sha256-/olaKqd0ZBFKyfoyhuPsd1Gl7nC9pro2apiWLjPe07s =" ;
3636
3737 # Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
3838 # 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