update gitea themes (fix signed commit bg)

This commit is contained in:
Reid 2023-08-27 01:12:24 -07:00
parent 15108ce11c
commit d3fb6c0eaa

View file

@ -5,8 +5,8 @@ let
cfg = config.modules.services.forgejo; cfg = config.modules.services.forgejo;
theme = pkgs.fetchzip { theme = pkgs.fetchzip {
url = "https://github.com/catppuccin/gitea/releases/download/v0.4.0/catppuccin-gitea.tar.gz"; url = "https://github.com/catppuccin/gitea/releases/download/v0.4.1/catppuccin-gitea.tar.gz";
sha256 = "15ac7nk2a7jkwf714f9c2mxq3sn53rc9xwg2izg9syffvjsxa033"; sha256 = "1wi4gi431b8hpmk6cr05jygplj76p6jwwlihajxz9131aqxym1fp";
stripRoot = false; stripRoot = false;
}; };
in { in {