Merge pull request #149192 from r-ryantm/auto-update/go-tools

go-tools: 2021.1.1 -> 2021.1.2
This commit is contained in:
Mario Rodas 2021-12-08 01:56:33 -05:00 committed by GitHub
commit 4fec13aad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "go-tools";
version = "2021.1.1";
version = "2021.1.2";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "sha256-Vj5C+PIzZUSD16U4KFO3jR/Gq11P8v3my5eODWb//4c=";
sha256 = "sha256-C6ekgrc+zvm8ZLvw1uYR3ZiMLCNSUw1ANEuM4bT4C/o=";
};
vendorSha256 = "sha256-EjCOMdeJ0whp2pHZvm4VV2K78UNKzl98Z/cQvGhWSyY=";