buf: 1.0.0-rc10 -> 1.0.0-rc11 (#155518)

This commit is contained in:
Luc Perkins 2022-01-19 16:59:05 -08:00 committed by GitHub
parent 726b739bd7
commit 6749f353af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,15 +9,15 @@
buildGoModule rec {
pname = "buf";
version = "1.0.0-rc10";
version = "1.0.0-rc11";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-N6BZ6HDDQ0m41BHGdKOONUjdIBDnPJOpN3eJMcsXYi8=";
sha256 = "sha256-V6xaGnSoKuJC59uZLW8uSLqwseJHvLGjrvhzE8o9fho=";
};
vendorSha256 = "sha256-VPS5nRsAssgKSQ6DMtB6+MkMrpIY5+JEvOpaMZ3IWV8=";
vendorSha256 = "sha256-442NHTREM2zC8VA7zAV35YSwX1lM/BXnx6p8a+avzps=";
patches = [
# Skip a test that requires networking to be available to work.