Merge pull request #264530 from kilianar/hugo-0.120.1

hugo: 0.119.0 -> 0.120.2
This commit is contained in:
Mario Rodas 2023-10-31 20:59:22 -05:00 committed by GitHub
commit 6895e18ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.119.0";
version = "0.120.2";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-QumHL3S57Xm6N3u4VakNzRGmUi0RT8lVXG1K5/Dsq4A=";
hash = "sha256-hCcutRfx0GtnYJYoQ/2S8Y+OmxLCtHWzTCdozWUatXY=";
};
vendorHash = "sha256-KbGZ7MSioP82UNgmeKFdgCBkTIqL0fV5QhzrcxYyl4k=";
vendorHash = "sha256-59Q7IN7VK7tQv5w7qyxSz16G+Kmsrslu8we9S3aJeAg=";
doCheck = false;