bazelisk: 0.0.7 -> 0.0.8 (#63769)

This commit is contained in:
Mario Rodas 2019-06-25 12:15:38 -05:00 committed by Wael Nasreddine
parent 9638d85ff6
commit b88ac050bd

View File

@ -2,20 +2,23 @@
buildGoModule rec { buildGoModule rec {
pname = "bazelisk"; pname = "bazelisk";
version = "0.0.7"; version = "0.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "philwo"; owner = "bazelbuild";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "177x0mal960gs8578h5ir51vgn1bndm9z091110gqxb9xs9jq8pf"; sha256 = "16jiy71x8zr3x94p3qms3xbl8632avhwi66i82wv03n4ahkyb6qr";
}; };
modSha256 = "1f73j6ryidzi3kfy3rhsqx047vzwvzaqcsl7ykhg87rn2l2s7fdl"; modSha256 = "1f73j6ryidzi3kfy3rhsqx047vzwvzaqcsl7ykhg87rn2l2s7fdl";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A user-friendly launcher for Bazel"; description = "A user-friendly launcher for Bazel";
homepage = https://github.com/philwo/bazelisk; longDescription = ''
BEWARE: This package does not work on NixOS.
'';
homepage = "https://github.com/bazelbuild/bazelisk";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ elasticdog ]; maintainers = with maintainers; [ elasticdog ];
}; };