Unverified Commit b3dc977c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224112 from r-ryantm/auto-update/buf

buf: 1.15.1 -> 1.16.0
parents b3c861b8 cc60c01e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "buf";
  version = "1.15.1";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "bufbuild";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-XiB8ZlbtzU66abM9zJotaMCrbYScqWmDv4ulEeQS6+g=";
    hash = "sha256-VZgrt9Fy1PyMoItuCx9R3DxJWYZu7gmL+KnBfOrm0y4=";
  };

  vendorHash = "sha256-bQKpy5xjUItgQ79r8TrMUOjo0Ze9E25glvOv312W1k0=";
  vendorHash = "sha256-ePM7TITBiwTqJEgew+1FTyuyywmAu8ZSPlhCghH3k5k=";

  patches = [
    # Skip a test that requires networking to be available to work.