go-toml: 2.2.1 -> 2.2.2
This commit is contained in:
parent
6b39739b77
commit
117c4ce5e6
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
|
|
Loading…
Reference in a new issue