Merge pull request #240849 from aaronjheng/buf

buf: 1.21.0 -> 1.23.1
This commit is contained in:
Pol Dellaiera 2023-07-01 22:45:58 +02:00 committed by GitHub
commit 6880e4be7a
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.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.