go-toml: 2.0.6 -> 2.0.7

This commit is contained in:
R. Ryantm 2023-03-01 21:57:03 +00:00
parent d2eff09f50
commit c23a15e667

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-toml";
version = "2.0.6";
version = "2.0.7";
src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RXKJJseRrwSTReMAkFjShKvCWGMowruYwsCovHwq4ZQ=";
sha256 = "sha256-bGLJSzSwcoKRMRwLSmGEWoQaC9NVwcKyFKpcEw+/Nag=";
};
vendorSha256 = "sha256-MMCyFKqsL9aSQqK9VtPzUbgfLTFpzD5g8QYx8qIwktg=";
vendorHash = "sha256-MMCyFKqsL9aSQqK9VtPzUbgfLTFpzD5g8QYx8qIwktg=";
excludedPackages = [ "cmd/gotoml-test-decoder" "cmd/tomltestgen" ];