1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

hugo: 0.57.2 -> 0.58.0

Release notes: https://gohugo.io/news/0.58.0-relnotes/
This commit is contained in:
scaroo 2019-09-05 16:27:17 +02:00 committed by Frederik Rietdijk
parent 573aa63fa6
commit 76daad86a7

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "hugo";
version = "0.57.2";
version = "0.58.0";
goPackagePath = "github.com/gohugoio/hugo";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "1cqvm2fj6hh2n9iv67vamhn23fbxmmwciks0r4h4y0hapzlzpyd8";
sha256 = "0971li0777c1s67w72wl1y0b58ky93dw05hbk3s4kqys0acanc2d";
};
modSha256 = "09r7r1s5b2fvnzpzjarpv2lnvp6bxdfschiq6352hw631n7kkyz1";
modSha256 = "14ylbh2hx14swcqvawprbx5gynkwyb0nlp5acr4fjy1zl0ifc790";
buildFlags = "-tags extended";