Merge pull request #327956 from drupol/bump/open-webui/0-3-10

open-webui: 0.3.9 -> 0.3.10
This commit is contained in:
Pol Dellaiera 2024-07-17 18:13:14 +02:00 committed by GitHub
commit 2f53ab981a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,19 +7,19 @@
}: }:
let let
pname = "open-webui"; pname = "open-webui";
version = "0.3.9"; version = "0.3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-webui"; owner = "open-webui";
repo = "open-webui"; repo = "open-webui";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-mDxKjJfyOwTfDQ2khZihT3S2J5qUpW/cNU00rK2tplA="; hash = "sha256-Q8ZUc3fNfWeijPLUtgwkU2rv7SWSfi7Q1QOlt14O3nE= ";
}; };
frontend = buildNpmPackage { frontend = buildNpmPackage {
inherit pname version src; inherit pname version src;
npmDepsHash = "sha256-+sZ8tknOvJ5odDupdxdFghhG924R9JFZ+m/rJZYyILc="; npmDepsHash = "sha256-nkJksj1FAOMqEDQS1k++E2izv9TT3PkoZLxzHIcHzvA=";
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase` # Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work. # Until this is solved, running python packages from the browser will not work.