misilelab
2025-06-29 11:58:08 +02:00
committed by Alyssa Ross
parent c7d529fb12
commit 4f46aa8a72
2 changed files with 5 additions and 9 deletions
+5 -5
View File
@@ -2,7 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
protobuf_26,
protobuf,
git,
testers,
buf,
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "buf";
version = "1.52.1";
version = "1.55.1";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "buf";
rev = "v${version}";
hash = "sha256-oHmTOQBvuJWQdmC/LL72r+n2uwaQC8z3/1BRM0NzMbI=";
hash = "sha256-41IY2P2s9kCV6aQh5vg7xVmu4Ovl9gakGmgcI/QSwfw=";
};
vendorHash = "sha256-+zJ2pCLyXnqFOIWWfnhAzSnUOjQSDo4AqCxBNNZED7E=";
vendorHash = "sha256-2kg7VXIFKXXY1uDUSV3+4vo6GYwnxyvJIZ/a8j99lhk=";
patches = [
# Skip a test that requires networking to be available to work.
@@ -36,7 +36,7 @@ buildGoModule rec {
nativeCheckInputs = [
git # Required for TestGitCloner
protobuf_26 # Required for buftesting.GetProtocFilePaths
protobuf # Required for buftesting.GetProtocFilePaths
];
checkFlags = [
-4
View File
@@ -340,10 +340,6 @@ with pkgs;
];
} ../build-support/setup-hooks/gog-unpack.sh;
buf = callPackage ../by-name/bu/buf/package.nix {
buildGoModule = buildGo123Module;
};
buildEnv = callPackage ../build-support/buildenv { }; # not actually a package
buildFHSEnv = buildFHSEnvBubblewrap;