bazel-buildtools: 6.1.1 -> 6.1.2
Diff: https://github.com/bazelbuild/buildtools/compare/6.1.1...v6.1.2 Changelog: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2
This commit is contained in:
parent
9da8193c08
commit
fdac5ffcfa
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "bazel-buildtools";
|
||||
version = "6.1.1";
|
||||
version = "6.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bazelbuild";
|
||||
repo = "buildtools";
|
||||
rev = version;
|
||||
hash = "sha256-CqQ8rj45RES3BV7RBfGr/JX9GzjyRuA1sxgKzQx+oE8=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-iYLebD41x03kCW/k+bYVaYa2/erhrx/EithLaeTKfCw=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-DigTREfI6I48wxRpGp/bfH1NbUZ4E1B5UTQXpI0LY1A=";
|
||||
@ -28,6 +28,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "Tools for working with Google's bazel buildtool. Includes buildifier, buildozer, and unused_deps";
|
||||
homepage = "https://github.com/bazelbuild/buildtools";
|
||||
changelog = "https://github.com/bazelbuild/buildtools/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers;
|
||||
[ elasticdog uri-canva marsam ]
|
||||
|
Loading…
Reference in New Issue
Block a user