diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-20 02:29:00 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-20 02:29:00 +0300 |
commit | e7116e03d252458bfdcbfd108b6ab8058972a4ee (patch) | |
tree | ff0dba9297e2e84e61d418051289ff3b89bab872 /hosts/vps | |
parent | 7572a1ed3266a3b1637e41b5abc5a5eb07cfc259 (diff) |
add sha256 to cgit dark mode
Diffstat (limited to 'hosts/vps')
-rw-r--r-- | hosts/vps/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vps/git.nix b/hosts/vps/git.nix index d991fda..8408b53 100644 --- a/hosts/vps/git.nix +++ b/hosts/vps/git.nix @@ -57,6 +57,7 @@ # css = "/cgit/cgit.css"; css = pkgs.fetchurl { url = "https://jeremias.stotter.eu/cgi-bin/cgit.cgi/cgit-dark/plain/cgit.css"; + sha256 = "sha256-wqszujnWV5PRh3L23L1BFj/PKUElpyu1KhjqrHS8lCw="; }; logo = "/cgit/cgit.png"; favicon = "/favicon.ico"; |