hugo: 0.134.0 -> 0.134.2

https://github.com/gohugoio/hugo/releases/tag/v0.134.2
This commit is contained in:
kilianar 2024-09-15 15:32:13 +02:00
parent d450c70ca9
commit 61fcdd9ca1

View File

@ -10,13 +10,13 @@
buildGo123Module rec {
pname = "hugo";
version = "0.134.0";
version = "0.134.2";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-XglHrV+MD9Nq1qwJB63eATuS+6SwjZVF5u6H5EejEow=";
hash = "sha256-/jq8YMBgADC2Y98HzZNcDYZ9xhh6am6+G/dgouOGowE=";
};
vendorHash = "sha256-oDa5uWQ/vFSmTNwZ3zsYtsuLCzddV9DeaEGx5krwWRE=";