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

go-toml: 2.2.1 -> 2.2.2
This commit is contained in:
Weijia Wang
2024-05-02 12:49:53 +02:00
committed by GitHub
+2 -2
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=";