Merge pull request #130091 from 06kellyjac/buf

buf: 0.43.2 -> 0.44.0
This commit is contained in:
Arnout Engelen 2021-07-13 17:01:13 +02:00 committed by GitHub
commit 8eab9a7522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "buf";
version = "0.43.2";
version = "0.44.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Go0wLcJrxMgB67WlAI7TwX2UU2sQ/yfmC0h2igOkjc4=";
sha256 = "sha256-ZcZvsFw/l/7N8Yb4HG6w96ce9c4g4iiG/TcDoj8RYmA=";
leaveDotGit = true; # Required by TestWorkspaceGit
};
vendorSha256 = "sha256-HT0dsGniBoQW2Y7MhahDeFvE0nCASoPdzHETju0JuRY=";
vendorSha256 = "sha256-g0wrHPeHFOL6KB0SUgBy2WK54Kttiks4cuYg8jf3N9g=";
patches = [
./skip_test_requiring_network.patch