go-toml: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2023-12-15 12:37:51 +00:00
parent 73b3a1450f
commit 11da3298d1

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-toml";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BEkshlB1Zze4sVo5YDwpj6ENHFLHL4IFmOIYgrWz+gQ=";
sha256 = "sha256-SnSdVBIIir7QSexk//ozpxnbNr92KyWP2sSBg87jGcw=";
};
vendorHash = "sha256-XOcCsb3zUChiYLTfOCbRQF71E2khzSt/ApFI8NAS13U=";