hugo: fix invalid vendorHash

This commit is contained in:
Nicolas Goudry 2024-03-22 13:41:24 +01:00
parent b5ff22d5e0
commit f0e601a435
No known key found for this signature in database
GPG Key ID: 01C88C0354509AA9
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;