hugo: 0.108.0 -> 0.109.0

https://github.com/gohugoio/hugo/releases/tag/v0.109.0
This commit is contained in:
kilianar 2022-12-23 12:37:34 +01:00
parent bc55008de1
commit 4e06fddb96

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.108.0";
version = "0.109.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MbpBGqu7IwQCf9DjSfIDi25ZGJYTI6xxSk9wPWxychw=";
sha256 = "sha256-Eak4sU8UwzPQ5iuoNX+KrAJdZ6ZvBdDyJx4xeQI4sjY=";
};
vendorSha256 = "sha256-qFqSpQExz4u1ngjpt2Li6dk/qz4DCKEY9IcFFCna5is=";
vendorSha256 = "sha256-0m5flwvchExP1IDAuE/oTB2eUEbq5KCE8Zvzp5e7yZ8=";
doCheck = false;