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

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

buf: 1.29.0 -> 1.30.0
parents d700c686 dfeaf953
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "buf";
  version = "1.29.0";
  version = "1.30.0";

  src = fetchFromGitHub {
    owner = "bufbuild";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-X3/t+hMcZXR3X+XtbW2eItTgeP1NIuqrkMT4bX5VJog=";
    hash = "sha256-SHwmX9/9qqhpTDVKf+0HAJqPvSKKoUyxHqCe8WXhMUc=";
  };

  vendorHash = "sha256-0wW938eU9my92dpwHEJ0Obt4XSIK5vuDa1P27nbhzao=";
  vendorHash = "sha256-4ccctJ5C4/Ff+wLrZPR1oS0tjqkULAsTjKm3X8WDr6o=";

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