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

hugo: 0.104.1 -> 0.104.2
This commit is contained in:
Mario Rodas 2022-09-30 20:32:10 -05:00 committed by GitHub
commit 63c0b6a149
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.104.1";
version = "0.104.2";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cR+S84ROSAnK1FXLX+f3BXKcxp8W/noA9cg0XvEXbaU=";
sha256 = "sha256-7GB2bLf6J253oFkTLg8iblE6c2wFYS3WCUqTDsc61/8=";
};
vendorSha256 = "sha256-K7rQSs4PqFGV4gZ6UevS7S0w0OQykAkHntklKz5vPrU=";