We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389024e + eb3b323 commit ee7c74bCopy full SHA for ee7c74b
pkgs/by-name/bu/buildbox/package.nix
@@ -11,7 +11,7 @@
11
gbenchmark,
12
gtest,
13
protobuf,
14
- glog,
+ abseil-cpp,
15
nlohmann_json,
16
zlib,
17
openssl,
@@ -23,13 +23,13 @@
23
}:
24
stdenv.mkDerivation (finalAttrs: {
25
pname = "buildbox";
26
- version = "1.3.54";
+ version = "1.4.0";
27
28
src = fetchFromGitLab {
29
owner = "BuildGrid";
30
repo = "buildbox/buildbox";
31
tag = finalAttrs.version;
32
- hash = "sha256-5IJHXgDeedh0FMxupokB0BRo0ZrchEo/Lba6ifeeFBg=";
+ hash = "sha256-yZux8uXjv9kQPGGL+y0p+1pURauFHhLpCAfjvOVMGmg=";
33
};
34
35
nativeBuildInputs = [
@@ -40,11 +40,11 @@ stdenv.mkDerivation (finalAttrs: {
40
];
41
42
buildInputs = [
43
+ abseil-cpp
44
bubblewrap
45
curl
46
fuse3
47
gbenchmark
- glog
48
grpc
49
gtest
50
libuuid
0 commit comments