hugo: 0.115.3 -> 0.115.4

This commit is contained in:
JesusMtnez 2023-07-20 11:51:59 +02:00
parent 89a0d4a815
commit c2f683a58a
No known key found for this signature in database
GPG Key ID: D54244C88732F2A1

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.115.3";
version = "0.115.4";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
hash = "sha256-MzGOBR++mnQd4CvBpPCibeimt05gsa3aHNK6FphBFGU=";
hash = "sha256-//WWdU6vKgc+X4R3/GClABbsAp+ZBnG3xsVh4YozPFg=";
};
vendorHash = "sha256-BmMrdPr3sQI0Pw32iIIVmWy2qLlR7SHyKu7+PLplxkE=";