···1011buildGoModule rec {
12 pname = "buf";
13- version = "1.27.0";
1415 src = fetchFromGitHub {
16 owner = "bufbuild";
17 repo = pname;
18 rev = "v${version}";
19- hash = "sha256-QBU04/w7Z8yaTzDqhiVcxC8xEuDpDJs7rNRpOtwodGg=";
20 };
2122- vendorHash = "sha256-4JSmn/TUojZjCQMZCgJic0y84VMP26J7uBybB5/BCoE=";
2324 patches = [
25- # Skip a test that requires networking to be available to work.
26- ./skip_test_requiring_network.patch
027 ];
2829 nativeBuildInputs = [ installShellFiles ];
···1011buildGoModule rec {
12 pname = "buf";
13+ version = "1.28.1";
1415 src = fetchFromGitHub {
16 owner = "bufbuild";
17 repo = pname;
18 rev = "v${version}";
19+ hash = "sha256-wFUSf3+EZa1pzpKci4dPa9MVfNk5XQHraUFcoiTd/0Q=";
20 };
2122+ vendorHash = "sha256-REAU2FoEYWRYlPQel6oDLLdhbJOiGRaWZO6inefSd3M=";
2324 patches = [
25+ # Skip a test that requires networking to be available to work,
26+ # and a test which requires the source checkout to be part of a git repository
27+ ./skip_broken_tests.patch
28 ];
2930 nativeBuildInputs = [ installShellFiles ];