Pol Dellaiera 2024-08-22 10:40:44 +02:00
parent 842e640538
commit abbea12831
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -7,19 +7,19 @@
}:
let
pname = "open-webui";
version = "0.3.14";
version = "0.3.15";
src = fetchFromGitHub {
owner = "open-webui";
repo = "open-webui";
rev = "v${version}";
hash = "sha256-9qVAed+NvQrAmelaL0wzN7ReFdPKQU+U7mX5XfouHSA=";
hash = "sha256-e326Dxuu9cdpPV/T4arDSBqT1agnXdV5ysrIRyhF8ws=";
};
frontend = buildNpmPackage {
inherit pname version src;
npmDepsHash = "sha256-exC+fyut0mmqq/30/bmKqgBS8DT/mLc2lXbO8vTg668=";
npmDepsHash = "sha256-exkFrKBwTtN18pPNcFG1fYBoWASHsnCHYYVWkCFd0z0=";
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work.