Unverified Commit 3b1afb4d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

bazel-gazelle: 0.30.0 -> 0.31.0
parents c31b8d78 2daea5bd
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.30.0";
  version = "0.31.0";

  src = fetchFromGitHub {
    owner = "bazelbuild";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-95nA6IEuAIh/6J6G2jADz3UKpQj5wybQ1HpaHSI+QRo=";
    sha256 = "sha256-Y1otQcGtG7jIJE5G0DET8bFRVL6AEG0r98X5PufT7Lw=";
  };

  vendorHash = null;