hugo: 0.122.0 -> 0.122.1

https://github.com/gohugoio/hugo/releases/tag/v0.112.1
This commit is contained in:
kilianar 2023-05-23 23:48:58 +02:00
parent 3c7eb7a1bc
commit 37f8b58349

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hugo";
version = "0.112.0";
version = "0.112.1";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
hash = "sha256-sZjcl7jxiNwz8rM2/jcpN/9iuZn6UTleNE6YZ/vmDso=";
hash = "sha256-87nM2SxVM0L2ZkmB1SLi3ARWQ+XJT9HjD7HioROHgvg=";
};
vendorHash = "sha256-A4mWrTSkE1NcLj8ozGXQJIrFMvqeoBC7y7eOTeh3ktw=";