Skip to content

Commit

Permalink
Merge pull request #60084 from callahad/hugo-0.55.3
Browse files Browse the repository at this point in the history
hugo: 0.55.2 -> 0.55.3
  • Loading branch information
etu committed Apr 23, 2019
2 parents f053d74 + 8375252 commit 327a003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/hugo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
name = "hugo-${version}";
version = "0.55.2";
version = "0.55.3";

goPackagePath = "github.com/gohugoio/hugo";

src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "0v06hn9wnq9bp4pdh3pzhkp6adpba6pxk9w42p0v2mpgsjdvm5j0";
sha256 = "0hpyaxfjgfm04fcw3qha2rdx93fr326mw5aiw95vnj5i0x1xbs3x";
};

modSha256 = "0yrwkaaasj9ihjjfbywnzkppix1y2znagg3dkyikk21sl5n0nz23";
Expand Down

0 comments on commit 327a003

Please sign in to comment.