From ec2d3cd6577a0ecda42f7251d19d6ff39fc507de Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 6 Feb 2025 08:36:33 +0100 Subject: [PATCH] open-webui: 0.5.9 -> 0.5.10 changelog: https://github.com/open-webui/open-webui/releases/tag/v0.5.10 diff: https://github.com/open-webui/open-webui/compare/v0.5.9..v0.5.10 --- pkgs/by-name/op/open-webui/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/op/open-webui/package.nix b/pkgs/by-name/op/open-webui/package.nix index 4e7841d6b03c2..80a000b83b11a 100644 --- a/pkgs/by-name/op/open-webui/package.nix +++ b/pkgs/by-name/op/open-webui/package.nix @@ -7,19 +7,19 @@ }: let pname = "open-webui"; - version = "0.5.9"; + version = "0.5.10"; src = fetchFromGitHub { owner = "open-webui"; repo = "open-webui"; tag = "v${version}"; - hash = "sha256-r4jl1WNI8tyhwyYbTZ+Q52xvv3PJY2FvhexMYHIIDPg="; + hash = "sha256-zwVrDdCMapuHKmtlEUnCwxXCBU93C5uT9eqDk5Of2BE="; }; frontend = buildNpmPackage { inherit pname version src; - npmDepsHash = "sha256-PAX3aa0WdvCBvAD8AGQYqnx5Sd/85luMqP6hAyICyhA="; + npmDepsHash = "sha256-G08r+2eelxV3ottsNEZ6xysu13AbzPNTwkwZdY1qadg="; # Disabling `pyodide:fetch` as it downloads packages during `buildPhase` # Until this is solved, running python packages from the browser will not work.