From e4010b7cc17c6845c43e8e59c117d1c75ed75581 Mon Sep 17 00:00:00 2001 From: winston Date: Sat, 23 Sep 2023 21:36:11 +0200 Subject: [PATCH] chore: upgrade gitea theme to v0.4.1 --- config/services/gitea.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/services/gitea.nix b/config/services/gitea.nix index dbb9f36..ad0d26d 100644 --- a/config/services/gitea.nix +++ b/config/services/gitea.nix @@ -5,8 +5,8 @@ ... }: let theme = pkgs.fetchzip { - url = "https://github.com/catppuccin/gitea/releases/download/v0.2.1/catppuccin-gitea.tar.gz"; - sha256 = "sha256-HqVLW58lKPn81p3gTSjzkACHSBbmqPqeobAlJMubb8Y="; + url = "https://github.com/catppuccin/gitea/releases/download/v0.4.1/catppuccin-gitea.tar.gz"; + sha256 = "sha256-14XqO1ZhhPS7VDBSzqW55kh6n5cFZGZmvRCtMEh8JPI="; stripRoot = false; }; in {