buf: 1.21.0 -> 1.23.1

This commit is contained in:
Aaron Jheng 2023-07-01 05:14:18 +00:00
parent 1353de5923
commit 0202c53472
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.21.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-7aS48tfONrDdE+NoTpoz+5TOBDQfEgCwKKkoBnrUTW8=";
hash = "sha256-6Zp4QuH0wJQCt8w2230Ugrds8tFmnCcICxgWJiqTBWc=";
};
vendorHash = "sha256-zk7cj3DwfaZg7PRS50qw0tS8lguX4yWcCiPk+2HYah8=";
vendorHash = "sha256-e4frrLrG6OxOUcr5iqY+QEokdy95glmc3Rw2HPWUPEI=";
patches = [
# Skip a test that requires networking to be available to work.