go-toml: 2.0.3 -> 2.0.5

This commit is contained in:
R. Ryantm 2022-08-28 17:21:31 +00:00
parent cef50cde2b
commit 64a1d8da4a

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-toml";
version = "2.0.3";
version = "2.0.5";
src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-roEJMaRalvk/XT1f15R4DPnlkxo3hPDHdzOfDtZAa8Y=";
sha256 = "sha256-9m0g8hfJ+gazYHq2TzSN/0d2o789QBhbIpGxdXhNBGk=";
};
vendorSha256 = "sha256-yDPCfJtYty4aaoDrn3UWFcs1jHJHMJqzc5f06AWQmRc=";