2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-14 02:07:37 +00:00

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

buf: 1.30.1 -> 1.31.0
This commit is contained in:
Mario Rodas 2024-04-24 08:05:55 -05:00 committed by GitHub
commit f528650a0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
buildGoModule rec { buildGoModule rec {
pname = "buf"; pname = "buf";
version = "1.30.1"; version = "1.31.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bufbuild"; owner = "bufbuild";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-1He9Vei2OXiBszZvATk1ALGWAneC4yucPohp/O6gsTo="; hash = "sha256-CNt7ZfUMRQNNVusaBgEW64WH1TFYz8yEBfKksGVRVUM=";
}; };
vendorHash = "sha256-OXzEcpEYnYndYHRhKm2oYsm463ZWeujOvQpIj0zz7+g="; vendorHash = "sha256-kagSvwxVE+URRY2C5tRtdRwtHBIdQh3BWUG1b3+L8Os=";
patches = [ patches = [
# Skip a test that requires networking to be available to work, # Skip a test that requires networking to be available to work,