Skip to content

Commit

Permalink
open-webui: 0.3.15 -> 0.3.16 (#338034)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Aug 29, 2024
2 parents 84e77f1 + 21859b8 commit 4dfe798
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/op/open-webui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
}:
let
pname = "open-webui";
version = "0.3.15";
version = "0.3.16";

src = fetchFromGitHub {
owner = "open-webui";
repo = "open-webui";
rev = "v${version}";
hash = "sha256-e326Dxuu9cdpPV/T4arDSBqT1agnXdV5ysrIRyhF8ws=";
hash = "sha256-AxD7WHL5fGM0CBKi7zc/gmoSJQBohDh0HgIDU1/BQ7w=";
};

frontend = buildNpmPackage {
inherit pname version src;

npmDepsHash = "sha256-exkFrKBwTtN18pPNcFG1fYBoWASHsnCHYYVWkCFd0z0=";
npmDepsHash = "sha256-Ik+wXymso3jdKXQgLydnhhWvpHl0d82pwYSmUR0yfPE=";

# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work.
Expand Down Expand Up @@ -91,6 +91,7 @@ python3.pkgs.buildPythonApplication rec {
langchain-community
langfuse
markdown
nltk
openai
opencv4
openpyxl
Expand Down

0 comments on commit 4dfe798

Please sign in to comment.