Merge pull request #298026 from nicolas-goudry/fix-hugo

hugo: fix invalid vendorHash
This commit is contained in:
Weijia Wang 2024-03-22 15:17:55 +01:00 committed by GitHub
commit 37cd9fa078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ buildGoModule rec {
hash = "sha256-LLjIKkNtrnnpIUjdJZJlrsyP4O634/B+cyn8DEYfRdk=";
};
vendorHash = "sha256-xl3X9AjlDcmjMExHvzgMp2mXJnt3jae6WNQSklHWKPQ=";
vendorHash = "sha256-LQLrbFJUW3X4F6L7JxQJRmkQFvuFraHJRBoGLt/ObSg=";
doCheck = false;