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 77} :
88let
99 pname = "open-webui" ;
10- version = "0.5.12 " ;
10+ version = "0.5.14 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "open-webui" ;
1414 repo = "open-webui" ;
1515 tag = "v${ version } " ;
16- hash = "sha256-+Hg4tyfmgfh3k/pUKMjs7IRahPV2/LRUDj1kt2g45Dw =" ;
16+ hash = "sha256-+5XlQ3gxrM9ooNrgQpcFDnCvCdXsisfR9Jq9tvlvUQQ =" ;
1717 } ;
1818
1919 frontend = buildNpmPackage {
2020 inherit pname version src ;
2121
22- npmDepsHash = "sha256-pM8Ie3kkjVq9OJHKpGLQ1E/omd84B0N8lXAHKxUa8/4 =" ;
22+ npmDepsHash = "sha256-jLysRVrsK0e3YfADVAnjpKXWlZhkoxPU//ttzBxnxgY =" ;
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.
You can’t perform that action at this time.
0 commit comments