Merge pull request #95949 from r-ryantm/auto-update/bazelisk

bazelisk: 1.6.0 -> 1.6.1
This commit is contained in:
Mario Rodas 2020-08-22 13:09:00 -05:00 committed by GitHub
commit b76a3a61b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "bazelisk";
version = "1.6.0";
version = "1.6.1";
patches = [ ./gomod.patch ];
@ -10,7 +10,7 @@ buildGoModule rec {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "0l1032c0nqbdyasq6f8yf0vph06w6v81w044fs70rgzsa91m038r";
sha256 = "0g5zwdk7p1snqcbm4w3hsi3fm7sbsijrfj4ajxg7mifywqpmzm2l";
};
vendorSha256 = "1jgm6j04glvk7ib5yd0h04p9qxzl1ca100cv909kngx52jp61yxp";