From d3fb6c0eaabfd5763ab1f0c0755a19a17f24ac21 Mon Sep 17 00:00:00 2001 From: reidlab Date: Sun, 27 Aug 2023 01:12:24 -0700 Subject: [PATCH] update gitea themes (fix signed commit bg) --- modules/services/forgejo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/forgejo.nix b/modules/services/forgejo.nix index 31208e0..71e8f02 100755 --- a/modules/services/forgejo.nix +++ b/modules/services/forgejo.nix @@ -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 {