bazelisk: 1.5.0 -> 1.6.0

https://github.com/bazelbuild/bazelisk/releases/tag/v1.6.0
This commit is contained in:
Mario Rodas 2020-08-07 19:46:54 -05:00
parent 3735c9ef90
commit c10db9c14c
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "bazelisk";
version = "1.5.0";
version = "1.6.0";
patches = [ ./gomod.patch ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "06vimiklcprsxq7l6rmxshv8l0kjr7aanpm206qgx3wvw4shibmw";
sha256 = "0l1032c0nqbdyasq6f8yf0vph06w6v81w044fs70rgzsa91m038r";
};
vendorSha256 = "11iwgrnid0f8sq9f23m1a3s55sc7lpl60phykmd9ss4xs39bapl5";
vendorSha256 = "1jgm6j04glvk7ib5yd0h04p9qxzl1ca100cv909kngx52jp61yxp";
buildFlagsArray = [ "-ldflags=-s -w -X main.BazeliskVersion=${version}" ];

View File

@ -6,7 +6,7 @@ index 8eef134..54382cb 100644
go 1.14
require (
+ github.com/bazelbuild/rules_go v0.23.3
+ github.com/bazelbuild/rules_go v0.23.7
github.com/hashicorp/go-version v1.2.0
github.com/mitchellh/go-homedir v1.1.0
)