Commit 721f588e authored by R. RyanTM's avatar R. RyanTM
Browse files

bazel-gazelle: 0.39.0 -> 0.39.1

parent a48eed91
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.39.0";
  version = "0.39.1";

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

  vendorHash = null;