bazelisk: 1.4.0 -> 1.5.0

This commit is contained in:
Mario Rodas 2020-06-05 04:20:00 -05:00
parent dfbc6b3a26
commit f120eb2a2e
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "bazelisk";
version = "1.4.0";
version = "1.5.0";
patches = [ ./gomod.patch ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "14zp0bi0p1rfbx1pxi5y28ndxwbqbvfx0pvy3jh1mnx5qsii1gcq";
sha256 = "06vimiklcprsxq7l6rmxshv8l0kjr7aanpm206qgx3wvw4shibmw";
};
vendorSha256 = "10156k90ky3znb9rxhy7zasskxmlcs5cn9f3xk25ana1c66vxszr";
vendorSha256 = "11iwgrnid0f8sq9f23m1a3s55sc7lpl60phykmd9ss4xs39bapl5";
buildFlagsArray = [ "-ldflags=-s -w -X main.BazeliskVersion=${version}" ];
@ -26,4 +26,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ elasticdog ];
};
}
}

View File

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