Skip to content

Commit 6c6d5e0

Browse files
authored
open-webui: 0.3.19 -> 0.3.20 (#340278)
2 parents 3f2297f + 9a0e1fe commit 6c6d5e0

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
@@ -7,19 +7,19 @@
77
}:
88
let
99
pname = "open-webui";
10-
version = "0.3.19";
10+
version = "0.3.20";
1111

1212
src = fetchFromGitHub {
1313
owner = "open-webui";
1414
repo = "open-webui";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-0POrTElR4oze9sypfsJrY8miBVK6JvHRDmzMhqntFA4=";
16+
hash = "sha256-bzNwqUrFbU0Llew2den8ETDUDJ7HdGCwvSvbFFhAOFo=";
1717
};
1818

1919
frontend = buildNpmPackage {
2020
inherit pname version src;
2121

22-
npmDepsHash = "sha256-03F9Pz4RWoswdYh9lLEHtg5WitCsrG3JOa2S/RJDtZI=";
22+
npmDepsHash = "sha256-ejXQO2dwztyMBDUIlavJzflulXmV938SF5Do0sdQGAY=";
2323

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

0 commit comments

Comments
 (0)