chore: upgrade gitea theme to v0.4.1

This commit is contained in:
winston 2023-09-23 21:36:11 +02:00
parent 134e5656c3
commit e4010b7cc1
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -5,8 +5,8 @@
... ...
}: let }: let
theme = pkgs.fetchzip { theme = pkgs.fetchzip {
url = "https://github.com/catppuccin/gitea/releases/download/v0.2.1/catppuccin-gitea.tar.gz"; url = "https://github.com/catppuccin/gitea/releases/download/v0.4.1/catppuccin-gitea.tar.gz";
sha256 = "sha256-HqVLW58lKPn81p3gTSjzkACHSBbmqPqeobAlJMubb8Y="; sha256 = "sha256-14XqO1ZhhPS7VDBSzqW55kh6n5cFZGZmvRCtMEh8JPI=";
stripRoot = false; stripRoot = false;
}; };
in { in {