Skip to content

Commit

Permalink
Merge pull request #201673 from kilianar/hugo-0.106.0
Browse files Browse the repository at this point in the history
hugo: 0.105.0 -> 0.106.0
  • Loading branch information
marsam authored Nov 18, 2022
2 parents ace0b47 + 85259e3 commit 3a43caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/hugo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "hugo";
version = "0.105.0";
version = "0.106.0";

src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qKcybKgdNkn3AhDVwl1vCYt0HoQimz8qi+O95jKaW8Q=";
sha256 = "sha256-Dyre/ou0kjEqbq8WGGM/n8+JBTMNslbnmj+5clYJUHs=";
};

vendorSha256 = "sha256-M74pfS7bmSrXhUvQ3hDokBPNLYxJslc9UGR3Bhp2BBQ=";
vendorSha256 = "sha256-dhsGGu4uNrqKv6szGqruAcI2UTbbXknKaKk5pVCQB5A=";

doCheck = false;

Expand Down

0 comments on commit 3a43caf

Please sign in to comment.