Merge pull request #130091 from 06kellyjac/buf

buf: 0.43.2 -> 0.44.0

authored by Arnout Engelen and committed by GitHub 8eab9a75 64f7cb57

+3 -3
+3 -3
pkgs/development/tools/buf/default.nix
··· 7 8 buildGoModule rec { 9 pname = "buf"; 10 - version = "0.43.2"; 11 12 src = fetchFromGitHub { 13 owner = "bufbuild"; 14 repo = pname; 15 rev = "v${version}"; 16 - sha256 = "sha256-Go0wLcJrxMgB67WlAI7TwX2UU2sQ/yfmC0h2igOkjc4="; 17 leaveDotGit = true; # Required by TestWorkspaceGit 18 }; 19 - vendorSha256 = "sha256-HT0dsGniBoQW2Y7MhahDeFvE0nCASoPdzHETju0JuRY="; 20 21 patches = [ 22 ./skip_test_requiring_network.patch
··· 7 8 buildGoModule rec { 9 pname = "buf"; 10 + version = "0.44.0"; 11 12 src = fetchFromGitHub { 13 owner = "bufbuild"; 14 repo = pname; 15 rev = "v${version}"; 16 + sha256 = "sha256-ZcZvsFw/l/7N8Yb4HG6w96ce9c4g4iiG/TcDoj8RYmA="; 17 leaveDotGit = true; # Required by TestWorkspaceGit 18 }; 19 + vendorSha256 = "sha256-g0wrHPeHFOL6KB0SUgBy2WK54Kttiks4cuYg8jf3N9g="; 20 21 patches = [ 22 ./skip_test_requiring_network.patch