buf: 0.40.0 -> 0.41.0

This commit is contained in:
R. RyanTM 2021-04-27 16:39:59 +00:00 committed by tomberek
parent 2ba5086bdb
commit 3b4d456465

View file

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "buf"; pname = "buf";
version = "0.40.0"; version = "0.41.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bufbuild"; owner = "bufbuild";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-N6o+1cfer8rgKJ3+CL25axJSjGV/YSG1sLIHXJzsC6o="; sha256 = "sha256-f1UcvsXWW+fMAgTRtHkEXmUN/DTrJ/Xd+9HbR2FjFog=";
}; };
patches = [ patches = [
@ -25,7 +25,7 @@ buildGoModule rec {
nativeBuildInputs = [ protobuf ]; nativeBuildInputs = [ protobuf ];
vendorSha256 = "sha256-vl+WqtpegoAvylx/lcyfJk8DAOub8U4Lx3Pe3eW4M/E="; vendorSha256 = "sha256-XMGXVsSLEzuzujX5Fg3LLkgzyJY+nIBJEO9iI2t9eGc=";
meta = with lib; { meta = with lib; {
description = "Create consistent Protobuf APIs that preserve compatibility and comply with design best-practices"; description = "Create consistent Protobuf APIs that preserve compatibility and comply with design best-practices";