mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
Merge pull request #251483 from marsam/update-bazelisk
bazelisk: 1.17.0 -> 1.18.0
This commit is contained in:
commit
b10b0c5204
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bazelisk";
|
pname = "bazelisk";
|
||||||
version = "1.17.0";
|
version = "1.18.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bazelbuild";
|
owner = "bazelbuild";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-F3paYKK+L5mBCQvlusKlSBS1X9fVSDHFw1Ujiyo5yrc=";
|
sha256 = "sha256-NZDdSIXNQFSCoav+YN1VLFrHQSKZfoZDp2TWXtmQC6o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-V1GKZPLBjFhl0F0AvUC6MfAsrZsVToSZU3K2/hwOCVs=";
|
vendorHash = "sha256-oYagIEb/u/XCTbZkvynxcOtORhW75hReinrVAkdOApM=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
@ -23,6 +23,7 @@ buildGoModule rec {
|
|||||||
BEWARE: This package does not work on NixOS.
|
BEWARE: This package does not work on NixOS.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/bazelbuild/bazelisk";
|
homepage = "https://github.com/bazelbuild/bazelisk";
|
||||||
|
changelog = "https://github.com/bazelbuild/bazelisk/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ elasticdog ];
|
maintainers = with maintainers; [ elasticdog ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user