Commit ed6ac324 authored by R. RyanTM's avatar R. RyanTM
Browse files

bazel-gazelle: 0.37.0 -> 0.38.0

parent 3262d001
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;