Unverified Commit 88b2e787 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

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

bazel-gazelle: 0.37.0 -> 0.38.0
parents 716fcced ed6ac324
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.37.0";
  version = "0.38.0";

  src = fetchFromGitHub {
    owner = "bazelbuild";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-YtgqhwPpkw+lPgsBDCDxkcNsSu1/ZoIhXMuQeZgLXNU=";
    hash = "sha256-0FOKLBu1eZMK1nXOmXN4achrZgNUqzzcuC6sH0RLtbc=";
  };

  vendorHash = null;