From c9e4b908b5ca8321e89c62998b983c3d724a17f3 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 13 Feb 2025 19:44:07 +0100 Subject: [PATCH] open-webui: 0.5.10 -> 0.5.11 changelog: https://github.com/open-webui/open-webui/releases/tag/v0.5.11 diff: https://github.com/open-webui/open-webui/compare/v0.5.10..v0.5.11 --- pkgs/by-name/op/open-webui/package.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/op/open-webui/package.nix b/pkgs/by-name/op/open-webui/package.nix index 80a000b83b11..a67b263f07fc 100644 --- a/pkgs/by-name/op/open-webui/package.nix +++ b/pkgs/by-name/op/open-webui/package.nix @@ -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. @@ -140,6 +140,7 @@ python312.pkgs.buildPythonApplication rec { rapidocr-onnxruntime redis requests + restrictedpython sentence-transformers soundfile tiktoken