buf: 1.40.1 -> 1.42.0
This commit is contained in:
parent
a532aa9090
commit
ebce1f398a
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "buf";
|
pname = "buf";
|
||||||
version = "1.40.1";
|
version = "1.42.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bufbuild";
|
owner = "bufbuild";
|
||||||
repo = "buf";
|
repo = "buf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-NctOr9eAOQr2pkPSYbFasU2D9PsPxRPZOAxVBJNw5NY=";
|
hash = "sha256-T4cEl2aT6F/IamCd1FxomYxqGpbcbXzPtEu0AJUyJJU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-n6SGBfelHNdpU5O1mMrre0D0B/2UEhX0fqepy1UDHlY=";
|
vendorHash = "sha256-apF3FpVlwonm76d0Ue7TMPDIRW0BNkZXWMLgh1+mmvo=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Skip a test that requires networking to be available to work.
|
# Skip a test that requires networking to be available to work.
|
||||||
@ -76,7 +76,7 @@ buildGoModule rec {
|
|||||||
changelog = "https://github.com/bufbuild/buf/releases/tag/v${version}";
|
changelog = "https://github.com/bufbuild/buf/releases/tag/v${version}";
|
||||||
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";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ jk lrewega ];
|
maintainers = with maintainers; [ jk lrewega aaronjheng ];
|
||||||
mainProgram = "buf";
|
mainProgram = "buf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user