go-toml: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2024-05-02 07:11:49 +00:00
parent 6b39739b77
commit 117c4ce5e6

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "2.2.1";
version = "2.2.2";
in
buildGoModule {
pname = "go-toml";
@ -14,7 +14,7 @@ buildGoModule {
owner = "pelletier";
repo = "go-toml";
rev = "v${version}";
sha256 = "sha256-DAtp9ovl6cny0rom80aK+bGe9U/p6zmTQo1Z3MscCjg=";
sha256 = "sha256-Z17977v2qMdf/e6iHEuRyCuC//HeFF8tkLt2P8Z/NT4=";
};
vendorHash = "sha256-4t/ft3XTfc7yrsFVMSfjdCur8QULho3NI2ym6gqjexI=";