🐛 (hydrogen/nginx) fix a couple broken LFS sha256
This commit is contained in:
parent
d979a8f418
commit
e7d81d6304
|
@ -4,7 +4,7 @@ let
|
|||
url = "https://git.fainsin.bzh/Laurent/resume";
|
||||
fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773
|
||||
rev = "57134888a29bc56e4ca3a2507d4e3b728619948f"; # pages
|
||||
sha256 = "0prm5j39dz5lp2bafqyh1mb7045h0csb4k42m92yy0m88pfk1m5x";
|
||||
sha256 = "sha256-i4VwSFB5XoI5ySfGx4sCeZDWqAJ9p53OCy9ewlOCWFU=";
|
||||
};
|
||||
in {
|
||||
services.nginx.virtualHosts = {
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
branchName = "pages";
|
||||
fetchLFS = true; # https://github.com/go-gitea/gitea/issues/4773
|
||||
rev = "e29fd08e173268303d47bffbad370ade68ef35d9"; # pages
|
||||
sha256 = "05jfind5bkhb0nk44sm4pzmbjh1msd30kf5xx5r6jdklx8bw1cf2";
|
||||
sha256 = "sha256-wrHAF+p0Nmly6b24CUbTNUC56r+kakKmBQvOVZqNThY=";
|
||||
};
|
||||
in {
|
||||
services.nginx.virtualHosts = {
|
||||
|
|
Loading…
Reference in a new issue