buf: 1.12.0 -> 1.13.1

This commit is contained in:
Aaron Jheng 2023-01-28 06:13:35 +00:00
parent 77cd80a47c
commit 2fa405ba9e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "buf";
version = "1.12.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-tEeAr1QSec1Sayfg2/erk5u6wBZDodZIMYq9MaU7ATA=";
hash = "sha256-FEc83SVFCsGDrCg7IYmn8iZ6NozYFsIUJ3QORBYUdMI=";
};
vendorHash = "sha256-FCAxqyacDdt3mR628/sguvrBx+nG10648XqF5hA8z+s=";
vendorHash = "sha256-Zmias6mJWYh+PCyBdnRlNyKIoFqEYJZNF19i559SGTI=";
patches = [
# Skip a test that requires networking to be available to work.