hugo: 0.123.7 -> 0.123.8

This commit is contained in:
R. Ryantm 2024-03-10 07:04:38 +00:00
parent aea1b82709
commit 0890b4d198

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.123.7";
version = "0.123.8";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-uUE694xbu508vny/sbxndGlsFXnBz45fLhieuK4sX/c=";
hash = "sha256-sL/LiQwbn3nD2eDFNuAbDHRGemTiBhTfb5IaugYL9dM=";
};
vendorHash = "sha256-V7YRrC+6fOIjXOu7E0kIOZZt++4oFLPhmHeWmOVU3Xw=";