hugo: 0.136.5 -> 0.138.0

https://github.com/gohugoio/hugo/releases/tag/v0.137.0
https://github.com/gohugoio/hugo/releases/tag/v0.137.1
https://github.com/gohugoio/hugo/releases/tag/v0.138.0

Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
This commit is contained in:
Federico Damián Schonborn 2024-11-13 21:23:20 -03:00
parent 76612b17c0
commit 75152b5d47
No known key found for this signature in database

View File

@ -12,22 +12,25 @@
buildGoModule rec {
pname = "hugo";
version = "0.136.5";
version = "0.138.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "refs/tags/v${version}";
hash = "sha256-NluV9/tqWTRfs2u9g4cHC1TyrxOXx3ghOZ4GDx7OZFo=";
hash = "sha256-IDWQRPJrTCkvcTcsaGuyQraVoWWUe0d6FTQvvYHZcD0=";
};
vendorHash = "sha256-KqDsa7MlSONyn7AYOepQ95q1CEM83AhWk23iYSQ4twU=";
vendorHash = "sha256-5YS76L7kisyPz8yv2RCgZHpY/AkjdHE+SUwMOuo3uLg=";
doCheck = false;
proxyVendor = true;
tags = [ "extended" ];
tags = [
"extended"
"withdeploy"
];
subPackages = [ "." ];