hugo: 0.84.2 -> 0.84.3

(cherry picked from commit f9b78ee700ac91b09680aa522da66967d9e8d1b2)
This commit is contained in:
R. RyanTM 2021-06-30 04:34:29 +00:00 committed by github-actions[bot]
parent 50df1c4a23
commit b93ac6d197

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.84.2";
version = "0.84.3";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NE4vXtczzcL5f0/aDYeGnleBwsDBTzojSaek/LzowFo=";
sha256 = "sha256-3SbF4JsanNup0JmtEoZlyu3SvMn01r+nhnPgIi/W8pA=";
};
vendorSha256 = "sha256-ImXTOtN6kQL7Q8IBlmK7+i47cWtyZT0xcnQdCw3NvWM=";