3
0
Fork 0
forked from mirrors/nixpkgs

hugo: 0.113.0 -> 0.114.0

This commit is contained in:
JesusMtnez 2023-06-20 05:48:51 +02:00
parent 1e08d91dfa
commit 46eb157f62
No known key found for this signature in database
GPG key ID: D54244C88732F2A1

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hugo";
version = "0.113.0";
version = "0.114.0";
src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
hash = "sha256-oKGRbgr4jaau6wfo6Q/yhYgambGa+wb3ENtk6wrb0J0=";
hash = "sha256-ofHBpRXgfT8nadAtW0RWbuHhjtANX7gXqZoLLBrRarU=";
};
vendorHash = "sha256-+eVaV6iGsubMt6cq0lKP0i69BlYW8jwx6lT6rwhZAoA=";
vendorHash = "sha256-sogMGgBXB1cHbDbapbX/PvvOHRgzzT8s4h2xsX4irpM=";
doCheck = false;