Skip to content

Commit 8c05d9a

Browse files
committed
1 parent 8e468f5 commit 8c05d9a

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
@@ -9,13 +9,13 @@
99
}:
1010
let
1111
pname = "open-webui";
12-
version = "0.6.12";
12+
version = "0.6.13";
1313

1414
src = fetchFromGitHub {
1515
owner = "open-webui";
1616
repo = "open-webui";
1717
tag = "v${version}";
18-
hash = "sha256-q8pb+XIBKzU8zWohBtKNQhYBwcQF51/uqgVrMxcKcUc=";
18+
hash = "sha256-teBGAo9YyFSBVXMElpw2zON5oCa3O8k+pf9pSNSW5gc=";
1919
};
2020

2121
frontend = buildNpmPackage rec {
@@ -32,7 +32,7 @@ let
3232
url = "https://github.com/pyodide/pyodide/releases/download/${pyodideVersion}/pyodide-${pyodideVersion}.tar.bz2";
3333
};
3434

35-
npmDepsHash = "sha256-576Cd7I4CzOItSycQH8CwLAelLoNnQcJVZ338IhMb/k=";
35+
npmDepsHash = "sha256-/olaKqd0ZBFKyfoyhuPsd1Gl7nC9pro2apiWLjPe07s=";
3636

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

0 commit comments

Comments
 (0)