mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-07 19:15:36 +03:00
buf: 1.42.0 -> 1.44.0
This commit is contained in:
parent
01e72d476e
commit
16b59bd291
3 changed files with 7 additions and 5 deletions
|
@ -10,16 +10,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "buf";
|
pname = "buf";
|
||||||
version = "1.42.0";
|
version = "1.44.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bufbuild";
|
owner = "bufbuild";
|
||||||
repo = "buf";
|
repo = "buf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-T4cEl2aT6F/IamCd1FxomYxqGpbcbXzPtEu0AJUyJJU=";
|
hash = "sha256-I0Y9gsNqCFLR2Bkt55HyER6wznTNoZW5345zUmuOFXQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-apF3FpVlwonm76d0Ue7TMPDIRW0BNkZXWMLgh1+mmvo=";
|
vendorHash = "sha256-4ykve9X//ckYPDkq76i0ojOiyzjrPJ/J2z7mA5giWKE=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Skip a test that requires networking to be available to work.
|
# Skip a test that requires networking to be available to work.
|
||||||
|
@ -40,6 +40,10 @@ buildGoModule rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
# For WebAssembly runtime tests
|
||||||
|
GOOS=wasip1 GOARCH=wasm go build -o $GOPATH/bin/buf-plugin-suffix.wasm \
|
||||||
|
./private/bufpkg/bufcheck/internal/cmd/buf-plugin-suffix
|
||||||
|
|
||||||
# The tests need access to some of the built utilities
|
# The tests need access to some of the built utilities
|
||||||
export PATH="$PATH:$GOPATH/bin"
|
export PATH="$PATH:$GOPATH/bin"
|
||||||
'';
|
'';
|
|
@ -351,8 +351,6 @@ with pkgs;
|
||||||
|
|
||||||
brev-cli = callPackage ../development/misc/brev-cli { };
|
brev-cli = callPackage ../development/misc/brev-cli { };
|
||||||
|
|
||||||
buf = callPackage ../development/tools/buf { };
|
|
||||||
|
|
||||||
cbfmt = callPackage ../development/tools/cbfmt { };
|
cbfmt = callPackage ../development/tools/cbfmt { };
|
||||||
|
|
||||||
circumflex = callPackage ../applications/networking/circumflex { };
|
circumflex = callPackage ../applications/networking/circumflex { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue