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

bazel-gazelle: 0.38.0 -> 0.39.0 (#344119)

parents 8fb2c80c 949c7e6a
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.38.0";
  version = "0.39.0";

  src = fetchFromGitHub {
    owner = "bazelbuild";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-0FOKLBu1eZMK1nXOmXN4achrZgNUqzzcuC6sH0RLtbc=";
    hash = "sha256-T1Kd6C0eDvogFjeDuCMp/EjetblQ1Hjww+C4dUGNq3E=";
  };

  vendorHash = null;