Merge pull request #130102 from raboof/buf-add-patch-comment

buf: add patch comment

authored by

Robert Hensing and committed by
GitHub
81e24d81 242c2dd8

+1
+1
pkgs/development/tools/buf/default.nix
··· 19 19 vendorSha256 = "sha256-g0wrHPeHFOL6KB0SUgBy2WK54Kttiks4cuYg8jf3N9g="; 20 20 21 21 patches = [ 22 + # Skip a test that requires networking to be available to work. 22 23 ./skip_test_requiring_network.patch 23 24 ]; 24 25