hugo: 0.58.3 -> 0.60.0

This commit is contained in:
Nikolay Korotkiy 2019-11-27 14:59:52 +03:00
parent 9ecb2c4f72
commit 537794d415
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "hugo";
version = "0.58.3";
version = "0.60.0";
goPackagePath = "github.com/gohugoio/hugo";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "gohugoio";
repo = pname;
rev = "v${version}";
sha256 = "00dhb6xilkwr9yhncpyc6alzqw77ch3vd85dc7lzsmhw1c80n0lc";
sha256 = "0g8rq79xp7c9p31xc0anfjyz7xp8n7qzv3vmvg2nmzl7nayg88aa";
};
modSha256 = "0d6zc7hxb246zsvwsjz4ds6gdd2m95x6l3djh3mmciwfg9cd7prx";
modSha256 = "12h1ik1hgs4lkmk699wpa34rnycnm03qyr2vp1y5lywz1h93by20";
buildFlags = "-tags extended";