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

buf: 1.14.0 -> 1.15.0
This commit is contained in:
Mario Rodas 2023-03-01 21:31:25 -05:00 committed by GitHub
commit 294f3e5b5f
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.14.0";
version = "1.15.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-fosvr8l/xql4j2/mGjbvbJQMUqBqBUturQJq+OQT/wM=";
hash = "sha256-63JWRyB586klWSQskBY/fDRTdXrQa15IygdZfmHpEqM=";
};
vendorHash = "sha256-ZYmYLZXEzWrTt6JJOWyTmbVq8p7D8lhz07bmQ2Z7gKc=";
vendorHash = "sha256-XRv8AnktIPR1emRdRMmDwOh7r3kNByy0REwZbg3NYPc=";
patches = [
# Skip a test that requires networking to be available to work.