Skip to content

Commit ee7c74b

Browse files
buildbox: 1.3.54 -> 1.4.3 (#500770)
2 parents 389024e + eb3b323 commit ee7c74b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/bu/buildbox/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
gbenchmark,
1212
gtest,
1313
protobuf,
14-
glog,
14+
abseil-cpp,
1515
nlohmann_json,
1616
zlib,
1717
openssl,
@@ -23,13 +23,13 @@
2323
}:
2424
stdenv.mkDerivation (finalAttrs: {
2525
pname = "buildbox";
26-
version = "1.3.54";
26+
version = "1.4.0";
2727

2828
src = fetchFromGitLab {
2929
owner = "BuildGrid";
3030
repo = "buildbox/buildbox";
3131
tag = finalAttrs.version;
32-
hash = "sha256-5IJHXgDeedh0FMxupokB0BRo0ZrchEo/Lba6ifeeFBg=";
32+
hash = "sha256-yZux8uXjv9kQPGGL+y0p+1pURauFHhLpCAfjvOVMGmg=";
3333
};
3434

3535
nativeBuildInputs = [
@@ -40,11 +40,11 @@ stdenv.mkDerivation (finalAttrs: {
4040
];
4141

4242
buildInputs = [
43+
abseil-cpp
4344
bubblewrap
4445
curl
4546
fuse3
4647
gbenchmark
47-
glog
4848
grpc
4949
gtest
5050
libuuid

0 commit comments

Comments
 (0)