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

buf: 1.30.0 -> 1.30.1
This commit is contained in:
Mario Rodas 2024-04-03 22:38:59 -05:00 committed by GitHub
commit c79cf8c73f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "buf";
version = "1.30.0";
version = "1.30.1";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-SHwmX9/9qqhpTDVKf+0HAJqPvSKKoUyxHqCe8WXhMUc=";
hash = "sha256-1He9Vei2OXiBszZvATk1ALGWAneC4yucPohp/O6gsTo=";
};
vendorHash = "sha256-4ccctJ5C4/Ff+wLrZPR1oS0tjqkULAsTjKm3X8WDr6o=";
vendorHash = "sha256-OXzEcpEYnYndYHRhKm2oYsm463ZWeujOvQpIj0zz7+g=";
patches = [
# Skip a test that requires networking to be available to work,