1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

buf: 0.43.2 -> 0.44.0

This commit is contained in:
06kellyjac 2021-07-13 12:34:38 +01:00
parent 9e18ae4302
commit 852af2e84f

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