hugo: 0.83.1 -> 0.84.0

(cherry picked from commit 6a5010cfb85088e24aca330ceb9512879a480173)
This commit is contained in:
R. RyanTM 2021-06-19 08:44:07 +00:00 committed by github-actions[bot]
parent 4181644d09
commit a69a7c2217
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.83.1";
version = "0.84.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-c9T3a6J78uLumBTy/DgE4gbxCmEXVGKd9JyF9dyrL6g=";
sha256 = "sha256-BRp4iboiaoB6zFwleFSJ7oVAd3o6OiR5BB4VRQilExc=";
};
vendorSha256 = "sha256-ddCyMmZ5RIZWzT2RYNnSW795oR7PIRudl3QTjsXtBGk=";
vendorSha256 = "sha256-jY/g92ON5OxjuZzPHJNduXYMgPU8/0ioAYvp4iqjGnU=";
doCheck = false;