Skip to content

Commit

Permalink
Merge pull request #24956 from sigma/pr/hugo
Browse files Browse the repository at this point in the history
hugo: 0.20.1 -> 0.20.2
  • Loading branch information
Mic92 committed Apr 16, 2017
2 parents f16b29e + 07dff62 commit 7112fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/hugo/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "hugo-${version}";
version = "0.20.1";
version = "0.20.2";

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

src = fetchFromGitHub {
owner = "spf13";
repo = "hugo";
rev = "v${version}";
sha256 = "1mxg9mp98n32q1qsqd9f9izsq1s18a7jsw8gcyh9vbspdnyghb7q";
sha256 = "1dvd9kiqp87cbf027kvyqb282pxs8qm16r1dk74l5drranfvkszy";
};

goDeps = ./deps.nix;
Expand Down

0 comments on commit 7112fda

Please sign in to comment.