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

buf: 1.13.1 -> 1.14.0
This commit is contained in:
Weijia Wang 2023-02-16 14:52:43 +01:00 committed by GitHub
commit cdcfb1e18e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "buf";
version = "1.13.1";
version = "1.14.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-FEc83SVFCsGDrCg7IYmn8iZ6NozYFsIUJ3QORBYUdMI=";
hash = "sha256-fosvr8l/xql4j2/mGjbvbJQMUqBqBUturQJq+OQT/wM=";
};
vendorHash = "sha256-Zmias6mJWYh+PCyBdnRlNyKIoFqEYJZNF19i559SGTI=";
vendorHash = "sha256-ZYmYLZXEzWrTt6JJOWyTmbVq8p7D8lhz07bmQ2Z7gKc=";
patches = [
# Skip a test that requires networking to be available to work.