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

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

buf: 1.26.1 -> 1.27.0
parents 46a8f73f 0d0a0099
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "buf";
  version = "1.26.1";
  version = "1.27.0";

  src = fetchFromGitHub {
    owner = "bufbuild";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-e00o3G66GCJyA3flqRa+J1yQVBVusBrEOJrL9viKtlM=";
    hash = "sha256-QBU04/w7Z8yaTzDqhiVcxC8xEuDpDJs7rNRpOtwodGg=";
  };

  vendorHash = "sha256-7RVYD0r3nqb0yLmKu9zzpQNiVDVBJGG1BiVb6J+VR9k=";
  vendorHash = "sha256-4JSmn/TUojZjCQMZCgJic0y84VMP26J7uBybB5/BCoE=";

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