summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-02 12:49:53 +0200
committerGitHub <noreply@github.com>2024-05-02 12:49:53 +0200
commit5871de355876ae0f8d6e776a7fa16cda7c4680fa (patch)
treea24bb38e2244be1bcc32d0916d06409661b80586
parent74240dc4f415eedd451347b4d9631c078c1af37d (diff)
parent117c4ce5e67ce8950bed38a5b00577fa2a4decfd (diff)
Merge pull request #308450 from r-ryantm/auto-update/go-toml
go-toml: 2.2.1 -> 2.2.2
-rw-r--r--pkgs/development/tools/go-toml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/go-toml/default.nix b/pkgs/development/tools/go-toml/default.nix
index 5f5ad595cabf..e2c9cded74f3 100644
--- a/pkgs/development/tools/go-toml/default.nix
+++ b/pkgs/development/tools/go-toml/default.nix
@@ -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=";