hugo: 0.112.6 -> 0.112.7

This commit is contained in:
JesusMtnez 2023-06-02 10:00:33 +02:00
parent 382163b3c7
commit 1b36d83236
No known key found for this signature in database
GPG Key ID: D54244C88732F2A1

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