3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #129138 from r-ryantm/auto-update/hugo

hugo: 0.84.3 -> 0.84.4
This commit is contained in:
Jörg Thalheim 2021-07-03 19:09:24 +01:00 committed by GitHub
commit a4f6c9f5d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";