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

hugo: 0.102.2 -> 0.102.3
This commit is contained in:
Mario Rodas 2022-09-03 13:36:46 -05:00 committed by GitHub
commit d98e8b3f87
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.102.2";
version = "0.102.3";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mAkdx42JaYSSpNLssBNkX45V3VniVKVbPt2SQ/QaXmY=";
sha256 = "sha256-qk5iv/oJ2Q8vR5jFl0gR7gA0H/3sHJOOlr8rwg7HjUY=";
};
vendorSha256 = "sha256-oWOu8vmxe0a/nIgkjpx7XrB49rjcuqnnpuOMtI9bLfY=";