go-tools: 2020.1.4 -> 2020.1.5

https://github.com/dominikh/go-tools/releases/tag/2020.1.5
This commit is contained in:
Mario Rodas 2020-07-31 00:00:00 -05:00
parent af2055de21
commit bf195e388b
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "go-tools";
version = "2020.1.4";
version = "2020.1.5";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "182j3zzx1bj4j4jiamqn49v9nd3vcrx727f7i9zgcrgmiscvw3mh";
sha256 = "1ry3ywncc9qkmh8ihh67v6k8nmqhq2gvfyrl1ykl4z6s56b7f9za";
};
vendorSha256 = "0nbbngsphklzhcmqafrw1im2l1vnfcma9sb4vskdpdrsadv5ss5r";