fixed sha

This commit is contained in:
Nickiel12 2023-08-18 20:02:01 -07:00
parent 168818a824
commit 42257b2053

View file

@ -1,10 +1,10 @@
{ config, lib, pkgs, fetchgit, ... }: { config, lib, pkgs, fetchgit, ... }:
let let
palenight = builtins.fetchGit { palenight = builtins.fetchgit {
url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git"; url = "https://git.sainnhe.dev/sainnhe/gitea-themes.git";
rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4"; rev = "d810451270e22f890fbe29c530bc7b9dd1ae97b4";
sha256 = pkgs.lib.fakeSha256;
}; };
in in
{ {