Merge pull request from drupol/open-webui/bump/0-3-14

open-webui: 0.3.13 -> 0.3.14
This commit is contained in:
Pol Dellaiera 2024-08-21 18:46:58 +02:00 committed by GitHub
commit 1d123e900d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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