Skip to content

Commit

Permalink
hugo: 0.62.2 -> 0.63.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Jan 28, 2020
1 parent d8cb4ed commit f419691
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,18 +2,18 @@

buildGoModule rec {
pname = "hugo";
version = "0.62.2";
version = "0.63.2";

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

src = fetchFromGitHub {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "1rdfx5gv0q64ivyg0ilb96p5nksip9cj75fmvw0bjky9w6i07yd9";
sha256 = "1fylsx2isvims0xwcj831b1zcwsmd3igrnxjad44rhl2k3anq8vm";
};

modSha256 = "0dwv5qnglv00jj7vlps76zlfpkzsplf93401j2l03xfvmvadifrs";
modSha256 = "0h95r3m6ca60dn1bllnw127nbfnkdjld94c3nyrzlwdczl2iaiyf";

buildFlags = [ "-tags" "extended" ];

Expand Down

0 comments on commit f419691

Please sign in to comment.