Merge pull request #297471 from r-ryantm/auto-update/hugo

hugo: 0.124.0 -> 0.124.1
This commit is contained in:
Weijia Wang 2024-03-28 10:32:23 +01:00 committed by GitHub
commit a33b9f57e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.124.0";
version = "0.124.1";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-LLjIKkNtrnnpIUjdJZJlrsyP4O634/B+cyn8DEYfRdk=";
hash = "sha256-ueosu4mUqI9TH3nlOEjZBkejeo3WEfPqzLRNbj1B2Ec=";
};
vendorHash = "sha256-LQLrbFJUW3X4F6L7JxQJRmkQFvuFraHJRBoGLt/ObSg=";