Merge pull request #114059 from marsam/update-go-tools

go-tools: 2020.2.1 -> 2020.2.2
This commit is contained in:
Sandro 2021-02-23 09:27:08 +01:00 committed by GitHub
commit 735882ae15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "go-tools";
version = "2020.2.1";
version = "2020.2.2";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "0a1a4dhz33grwg892436bjhgp8sygrg8yhdhy8dh6i3l6n9dalfh";
sha256 = "1vk9c4hsv8i3zhkyrsd0cb5mscxl35ws5bykpp5h6g366rpl0dy1";
};
vendorSha256 = "081p008sb3lkc8j6sa6n42qi04za4a631kihrd4ca6aigwkgl3ak";