Skip to content

Commit

Permalink
hugo: 0.36.1 -> 0.40.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed May 10, 2018
1 parent 0b45f0e commit 17b2ef2
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 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.36.1";
version = "0.40.3";

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

src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "179lzkd6f81rssgcwlngx2mhr9nvbj0rsh6yjbf1fsrpxfzr2q9z";
sha256 = "08d4y6x19cd4qy9pf80zrqarcyarbzxph0yp8mfb1sp2bvq42308";
};

goDeps = ./deps.nix;
Expand Down
122 changes: 61 additions & 61 deletions pkgs/applications/misc/hugo/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17b2ef2

Please sign in to comment.