Loading pkgs/by-name/op/open-webui/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,19 @@ }: let pname = "open-webui"; version = "0.5.10"; version = "0.5.11"; src = fetchFromGitHub { owner = "open-webui"; repo = "open-webui"; tag = "v${version}"; hash = "sha256-zwVrDdCMapuHKmtlEUnCwxXCBU93C5uT9eqDk5Of2BE="; hash = "sha256-U+zY/Jgzo52x/H4xcW2/LjM52r+hdJvZ/xsIeAeJniE="; }; frontend = buildNpmPackage { inherit pname version src; npmDepsHash = "sha256-G08r+2eelxV3ottsNEZ6xysu13AbzPNTwkwZdY1qadg="; npmDepsHash = "sha256-bAzcNLMB8OqzYRfw9Cr0xuFFl4FIKvBQT/4M2nZP0C8="; # Disabling `pyodide:fetch` as it downloads packages during `buildPhase` # Until this is solved, running python packages from the browser will not work. Loading Loading @@ -140,6 +140,7 @@ python312.pkgs.buildPythonApplication rec { rapidocr-onnxruntime redis requests restrictedpython sentence-transformers soundfile tiktoken Loading Loading
pkgs/by-name/op/open-webui/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -7,19 +7,19 @@ }: let pname = "open-webui"; version = "0.5.10"; version = "0.5.11"; src = fetchFromGitHub { owner = "open-webui"; repo = "open-webui"; tag = "v${version}"; hash = "sha256-zwVrDdCMapuHKmtlEUnCwxXCBU93C5uT9eqDk5Of2BE="; hash = "sha256-U+zY/Jgzo52x/H4xcW2/LjM52r+hdJvZ/xsIeAeJniE="; }; frontend = buildNpmPackage { inherit pname version src; npmDepsHash = "sha256-G08r+2eelxV3ottsNEZ6xysu13AbzPNTwkwZdY1qadg="; npmDepsHash = "sha256-bAzcNLMB8OqzYRfw9Cr0xuFFl4FIKvBQT/4M2nZP0C8="; # Disabling `pyodide:fetch` as it downloads packages during `buildPhase` # Until this is solved, running python packages from the browser will not work. Loading Loading @@ -140,6 +140,7 @@ python312.pkgs.buildPythonApplication rec { rapidocr-onnxruntime redis requests restrictedpython sentence-transformers soundfile tiktoken Loading