Unverified Commit f5da6d7f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

open-webui: 0.8.10 -> 0.8.12 (#503761)

parents eea1c67e 1bb3ec81
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
let
  pname = "open-webui";
  version = "0.8.10";
  version = "0.8.12";

  src = fetchFromGitHub {
    owner = "open-webui";
    repo = "open-webui";
    tag = "v${version}";
    hash = "sha256-wXkU3j0Bzpd2H5aVkqmKyUHxukRamBYQh8HBXB8tLpM=";
    hash = "sha256-ynWv/X4IBKO09+ira+NUwbzw51MK9aEvGkeaHzCngd0=";
  };

  frontend = buildNpmPackage rec {
@@ -32,7 +32,7 @@ let
      url = "https://github.com/pyodide/pyodide/releases/download/${pyodideVersion}/pyodide-${pyodideVersion}.tar.bz2";
    };

    npmDepsHash = "sha256-ZiIEGeKee/qEhe44SGlPTDhwP+vL9K8RkFEOeUdzUI8=";
    npmDepsHash = "sha256-UeoU7UGQ+0ViEIjK/Ze7KazB/JCyFYljHyTmxuza4v8=";

    # See https://github.com/open-webui/open-webui/issues/15880
    npmFlags = [
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ buildPythonPackage rec {
    "httpx"
    "validators"
    "authlib"
    "protobuf"
  ];

  build-system = [ setuptools-scm ];