go-toml: 1.9.0 -> 1.9.1

This commit is contained in:
R. RyanTM 2021-05-12 14:27:32 +00:00
parent 4beb9ae883
commit b02724b903

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "go-toml";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-m8VgjfNDxSX6fRG2/gEJlVc9hCnua+o79ttrd8P20kU=";
sha256 = "sha256-O3gfQon8ktObLVED4A5sCSOw8K1NIXP3a5AsLq3Svb4=";
};
goPackagePath = "github.com/pelletier/go-toml";