···10101111buildGoModule rec {
1212 pname = "buf";
1313- version = "1.27.0";
1313+ version = "1.28.1";
14141515 src = fetchFromGitHub {
1616 owner = "bufbuild";
1717 repo = pname;
1818 rev = "v${version}";
1919- hash = "sha256-QBU04/w7Z8yaTzDqhiVcxC8xEuDpDJs7rNRpOtwodGg=";
1919+ hash = "sha256-wFUSf3+EZa1pzpKci4dPa9MVfNk5XQHraUFcoiTd/0Q=";
2020 };
21212222- vendorHash = "sha256-4JSmn/TUojZjCQMZCgJic0y84VMP26J7uBybB5/BCoE=";
2222+ vendorHash = "sha256-REAU2FoEYWRYlPQel6oDLLdhbJOiGRaWZO6inefSd3M=";
23232424 patches = [
2525- # Skip a test that requires networking to be available to work.
2626- ./skip_test_requiring_network.patch
2525+ # Skip a test that requires networking to be available to work,
2626+ # and a test which requires the source checkout to be part of a git repository
2727+ ./skip_broken_tests.patch
2728 ];
28292930 nativeBuildInputs = [ installShellFiles ];