Skip to content

Commit

Permalink
Merge pull request #243624 from r-ryantm/auto-update/bazel-gazelle
Browse files Browse the repository at this point in the history
bazel-gazelle: 0.31.1 -> 0.32.0
  • Loading branch information
NickCao authored Jul 15, 2023
2 parents b9ce8f3 + 07b4156 commit 1e70f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/bazel-gazelle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "bazel-gazelle";
version = "0.31.1";
version = "0.32.0";

src = fetchFromGitHub {
owner = "bazelbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-avc92qQS2d8MiQVRUYEiMOlsfgQFJ6HZG01rmZeC9Fo=";
sha256 = "sha256-LJWL3PWKd6b+tNGFX5H2Hd7HNEtYh1pVtZhwDJNzhV0=";
};

vendorHash = null;
Expand Down

0 comments on commit 1e70f3a

Please sign in to comment.