hugo: 0.84.3 -> 0.84.4

(cherry picked from commit 93a665e66d37d324bd2c761c96a977ea2d1410b6)
This commit is contained in:
R. RyanTM 2021-07-03 14:58:48 +00:00 committed by github-actions[bot]
parent 13783058ec
commit f1e98f91f7
1 changed files with 2 additions and 2 deletions

View File

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