hugo: 0.60.0 -> 0.60.1

This commit is contained in:
Oleksii Filonenko 2019-12-03 20:16:13 +02:00
parent 9974c07915
commit 1c9adaf771
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "hugo"; pname = "hugo";
version = "0.60.0"; version = "0.60.1";
goPackagePath = "github.com/gohugoio/hugo"; goPackagePath = "github.com/gohugoio/hugo";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "gohugoio"; owner = "gohugoio";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0g8rq79xp7c9p31xc0anfjyz7xp8n7qzv3vmvg2nmzl7nayg88aa"; sha256 = "0l8n87y5zrs09s693rqvqwz0233wlr4jwib7r36ilss1qgm7x6n5";
}; };
modSha256 = "12h1ik1hgs4lkmk699wpa34rnycnm03qyr2vp1y5lywz1h93by20"; modSha256 = "1an4plbx06fzz2iqzgs08r6vsjpkl5lbqck5jqmv6fv7b7psf7iw";
buildFlags = "-tags extended"; buildFlags = "-tags extended";
@ -21,7 +21,7 @@ buildGoModule rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A fast and modern static website engine."; description = "A fast and modern static website engine.";
homepage = https://gohugo.io; homepage = "https://gohugo.io";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ schneefux ]; maintainers = with maintainers; [ schneefux ];
}; };