Merge pull request #98722 from r-ryantm/auto-update/go-toml

go-toml: 1.8.0 -> 1.8.1
This commit is contained in:
Mario Rodas 2020-09-25 04:38:44 -05:00 committed by GitHub
commit 236eb73d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "go-toml";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "0fxmjm85c9h43lvqz71wr93fcc63bhj82nwby80222xx8ja63g7y";
sha256 = "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9";
};
goPackagePath = "github.com/pelletier/go-toml";