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

go-toml: 2.1.0 -> 2.1.1
This commit is contained in:
Maximilian Bosch 2023-12-15 16:47:10 +01:00 committed by GitHub
commit 93c6876122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";