hugo: 0.124.0 -> 0.124.1

This commit is contained in:
R. Ryantm 2024-03-20 14:42:36 +00:00 committed by Weijia Wang
parent 22fb99c22c
commit 3645512e4c
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=";