hugo: 0.123.4 -> 0.123.6

This commit is contained in:
R. Ryantm 2024-03-01 03:51:30 +00:00
parent bbabfca453
commit 0e7b3250b5

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.123.4";
version = "0.123.6";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-AJ/uK2eunQgsCcXR8FcQ9TVvMXs56J0gpfXRQCX78qY=";
hash = "sha256-gLow1AcUROid6skLDdaJ9E3mPi99KPoOO/ZFdLBineU=";
};
vendorHash = "sha256-6qNICaj+P0VRl/crbiucZ7CpBG1vwFURkvOdaH6WidU=";
vendorHash = "sha256-V7YRrC+6fOIjXOu7E0kIOZZt++4oFLPhmHeWmOVU3Xw=";
doCheck = false;