🐛 (hydrogen/nginx) fix a couple broken LFS sha256

This commit is contained in:
Laureηt 2023-07-06 19:34:20 +02:00
parent d979a8f418
commit e7d81d6304
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ let
url = "https://git.fainsin.bzh/Laurent/resume"; url = "https://git.fainsin.bzh/Laurent/resume";
fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773 fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773
rev = "57134888a29bc56e4ca3a2507d4e3b728619948f"; # pages rev = "57134888a29bc56e4ca3a2507d4e3b728619948f"; # pages
sha256 = "0prm5j39dz5lp2bafqyh1mb7045h0csb4k42m92yy0m88pfk1m5x"; sha256 = "sha256-i4VwSFB5XoI5ySfGx4sCeZDWqAJ9p53OCy9ewlOCWFU=";
}; };
in { in {
services.nginx.virtualHosts = { services.nginx.virtualHosts = {

View file

@ -5,7 +5,7 @@ let
branchName = "pages"; branchName = "pages";
fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773 fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773
rev = "e29fd08e173268303d47bffbad370ade68ef35d9"; # pages rev = "e29fd08e173268303d47bffbad370ade68ef35d9"; # pages
sha256 = "05jfind5bkhb0nk44sm4pzmbjh1msd30kf5xx5r6jdklx8bw1cf2"; sha256 = "sha256-wrHAF+p0Nmly6b24CUbTNUC56r+kakKmBQvOVZqNThY=";
}; };
in { in {
services.nginx.virtualHosts = { services.nginx.virtualHosts = {