bazel-buildtools: 5.0.1 -> 5.1.0
This commit is contained in:
parent
f53f90b669
commit
f3d888fc30
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bazel-buildtools";
|
pname = "bazel-buildtools";
|
||||||
version = "5.0.1";
|
version = "5.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bazelbuild";
|
owner = "bazelbuild";
|
||||||
repo = "buildtools";
|
repo = "buildtools";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-AIOfudFxr1obuxABEN0ggainci/EjbBrdgr2cjVu2Io=";
|
sha256 = "sha256-PNIqsP5p+OdYH0JgOmjqvge9zVOrAcNg0FMflXFJHwQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-buMkRxVLlS2LBJGaGWeR41BsmE/0vgDS8s1VcRYN0fA=";
|
vendorSha256 = "sha256-9WUjQhXWkpSEJj9Xq+9rOe3I1VZ7nqMTnX7DPl+rxsU=";
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
rm -r warn/docs
|
rm -r warn/docs
|
||||||
|
|
Loading…
Reference in a new issue