update gitea themes (fix signed commit bg)
This commit is contained in:
parent
15108ce11c
commit
d3fb6c0eaa
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ let
|
|||
cfg = config.modules.services.forgejo;
|
||||
|
||||
theme = pkgs.fetchzip {
|
||||
url = "https://github.com/catppuccin/gitea/releases/download/v0.4.0/catppuccin-gitea.tar.gz";
|
||||
sha256 = "15ac7nk2a7jkwf714f9c2mxq3sn53rc9xwg2izg9syffvjsxa033";
|
||||
url = "https://github.com/catppuccin/gitea/releases/download/v0.4.1/catppuccin-gitea.tar.gz";
|
||||
sha256 = "1wi4gi431b8hpmk6cr05jygplj76p6jwwlihajxz9131aqxym1fp";
|
||||
stripRoot = false;
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue