Skip to content

Commit 2abffec

Browse files
authored
open-webui: 0.6.6 -> 0.6.7 (#405302)
2 parents c7ea289 + da9c86d commit 2abffec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/open-webui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
let
1010
pname = "open-webui";
11-
version = "0.6.6";
11+
version = "0.6.7";
1212

1313
src = fetchFromGitHub {
1414
owner = "open-webui";
1515
repo = "open-webui";
1616
tag = "v${version}";
17-
hash = "sha256-6gM4Ke63lFzxji7+hfuzMYN3MK4wkI6+iMH/qYM92oE=";
17+
hash = "sha256-4V0WhiVhjxYtbwDt+83AfkjJtQFew2P6i1sLtRL13lg=";
1818
};
1919

2020
frontend = buildNpmPackage rec {
@@ -30,7 +30,7 @@ let
3030
url = "https://github.com/pyodide/pyodide/releases/download/${pyodideVersion}/pyodide-${pyodideVersion}.tar.bz2";
3131
};
3232

33-
npmDepsHash = "sha256-T1cVyq2xnpF8yTcLdVPj4pyASVRFpEdIoWRh3hQaPv4=";
33+
npmDepsHash = "sha256-kOqfYAMkpiT2d79fpH1ON5FQAuV1i3/PL9waQq/YR58=";
3434

3535
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
3636
# Until this is solved, running python packages from the browser will not work.

0 commit comments

Comments
 (0)