open-webui: 0.6.31 -> 0.6.32

Diff: https://github.com/open-webui/open-webui/compare/v0.6.31...v0.6.32

Changelog: https://github.com/open-webui/open-webui/blob/v0.6.32/CHANGELOG.md

codgician 26bf7cd0 40752179

+3 -3
+3 -3
pkgs/by-name/op/open-webui/package.nix
··· 9 9 }: 10 10 let 11 11 pname = "open-webui"; 12 - version = "0.6.31"; 12 + version = "0.6.32"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "open-webui"; 16 16 repo = "open-webui"; 17 17 tag = "v${version}"; 18 - hash = "sha256-Pv+2+j5S4jokGYHGSewk33Vmf41XJj8CwyKYLMG2EWA="; 18 + hash = "sha256-+P/IjELE1G2Fm8OwS5l7k78f78s/o1/Dy945aw+lfQw="; 19 19 }; 20 20 21 21 frontend = buildNpmPackage rec { ··· 32 32 url = "https://github.com/pyodide/pyodide/releases/download/${pyodideVersion}/pyodide-${pyodideVersion}.tar.bz2"; 33 33 }; 34 34 35 - npmDepsHash = "sha256-HBmhRzWY7lIl3OScIlwSj/JJUlVcgFvXNHbw4jJRbl8="; 35 + npmDepsHash = "sha256-BcSDzLg2voHyUz4cnXQ0KRNSbLCsCwJ1itEJSbfAQhU="; 36 36 37 37 # See https://github.com/open-webui/open-webui/issues/15880 38 38 npmFlags = [