Merge pull request #235539 from JesusMtnezForks/hugo-0.112.7

hugo: 0.112.6 -> 0.112.7
This commit is contained in:
Nick Cao 2023-06-02 02:57:37 -06:00 committed by GitHub
commit aea359adc9
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.112.6";
version = "0.112.7";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
hash = "sha256-FrZwblAxXtGduCZc37269iygflft32G0ICrJLd9ssBU=";
hash = "sha256-8vvIMCnxS/1MsooSmNPeHE9VxYYOVyKiExr8oSgcYF4=";
};
vendorHash = "sha256-ZPgGR1NPVn/LF/nvCXP4S08MYvWp3Dtq/I9kom9HP9c=";