Skip to content

Commit

Permalink
Merge pull request #78669 from Frostman/hugo-0.62.2
Browse files Browse the repository at this point in the history
hugo: 0.62.2 -> 0.63.2
  • Loading branch information
marsam committed Jan 28, 2020
2 parents fdf8061 + f419691 commit 42a1959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/hugo/default.nix
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 42a1959

Please sign in to comment.