lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

buf: 1.0.0-rc7 -> 1.0.0-rc8

+3 -3
+3 -3
pkgs/development/tools/buf/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "buf"; 12 - version = "1.0.0-rc7"; 12 + version = "1.0.0-rc8"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "bufbuild"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-ufXz9+WI4NARkQg36mPhGncL7G9fWjDX9Ka/EJdsTvk="; 18 + sha256 = "sha256-Oye+nYvKdT9t36hAMJSAJZCOQ2L3rHSjhjIu9gU2MWo="; 19 19 }; 20 - vendorSha256 = "sha256-wycrRCL7Mjx0QR5Y64WylpmDtKNh010mNxWAg6ekrds="; 20 + vendorSha256 = "sha256-aZv44ZPW/bJ8TEXU79ExREj2DH6j7J1+E/E1yh13Hvc="; 21 21 22 22 patches = [ 23 23 # Skip a test that requires networking to be available to work.