Unverified Commit 2d64d17b authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

bazel-gazelle: 0.40.0 -> 0.43.0 (#401341)

parents 2add6868 60058c64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "bazel-gazelle";
  version = "0.40.0";
  version = "0.43.0";

  src = fetchFromGitHub {
    owner = "bazelbuild";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-cGRE+AX62U6lZbUEid0QWb9zMTiIemop6Gqrqvz5+nk=";
    hash = "sha256-jj2mAGzz5BOim008LNRH0tVLbJy/mNodsTENMVbjUbk=";
  };

  vendorHash = null;