go-tools: 2020.1.4 -> 2020.1.5
https://github.com/dominikh/go-tools/releases/tag/2020.1.5
This commit is contained in:
parent
af2055de21
commit
bf195e388b
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue