hugo: 0.114.1 -> 0.115.0

This commit is contained in:
JesusMtnez 2023-06-30 05:27:12 +02:00
parent 0e6af000c4
commit 474ac5bb6d
No known key found for this signature in database
GPG key ID: D54244C88732F2A1

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.114.1";
version = "0.115.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
hash = "sha256-kez84MWr/ld74S2Pv0U4WyeZAbdAdrjg8eOsISeuzbg=";
hash = "sha256-q8HN8OloZomg7znL6pnWJyZ1q/LT7qIb3Y/IYZas9j4=";
};
vendorHash = "sha256-dE2mWCfBr0Ss6I42b+cZAXuK63fxWad1vuZETW59cXI=";
vendorHash = "sha256-1GGTK0t/DWXhnuvx6QQjLLoZA8bwVNE3lu7ut8FLHoM=";
doCheck = false;