Skip to content

Commit

Permalink
bazel-gazelle: 0.20.0 -> 0.21.1 (#93611)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Jul 23, 2020
1 parent d5aa8ff commit bf0d3ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/bazel-gazelle/default.nix
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "bazel-gazelle";
version = "0.20.0";
version = "0.21.1";

src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "1rw9zq8rmc0zr91kk70xl67dl6jx4dswwisv3bd1f16yncqgv2a1";
sha256 = "12ffrildgx4lah7bdnhr7i8z5jp05lll6gmmpzshmzz8dsgf39y4";
};

vendorSha256 = null;
Expand All @@ -28,4 +28,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
};
}
}

0 comments on commit bf0d3ff

Please sign in to comment.