Unverified Commit 0eda8ec0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #143536 from r-ryantm/auto-update/bazel-gazelle

bazel-gazelle: 0.21.1 -> 0.24.0
parents 92a0174a 0e29df81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

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

  src = fetchFromGitHub {
    owner = "bazelbuild";
    repo = pname;
    rev = "v${version}";
    sha256 = "12ffrildgx4lah7bdnhr7i8z5jp05lll6gmmpzshmzz8dsgf39y4";
    sha256 = "sha256-WWAOhV1H/OnARjhoWQYNmd9/y8pD3bRkhncmzt/36mA=";
  };

  vendorSha256 = null;