Unverified Commit eb3b3239 authored by Dom Rodriguez's avatar Dom Rodriguez
Browse files

buildbox: 1.3.54 -> 1.4.0

This contains a dependency change from `glog` -> `abseil-cpp`, which
@r-ryantm would fail to do automatically.

Therefore, this commit uprevs and fixes the package manually.
parent 29e994cc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  gbenchmark,
  gtest,
  protobuf,
  glog,
  abseil-cpp,
  nlohmann_json,
  zlib,
  openssl,
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "buildbox";
  version = "1.3.54";
  version = "1.4.0";

  src = fetchFromGitLab {
    owner = "BuildGrid";
    repo = "buildbox/buildbox";
    tag = finalAttrs.version;
    hash = "sha256-5IJHXgDeedh0FMxupokB0BRo0ZrchEo/Lba6ifeeFBg=";
    hash = "sha256-yZux8uXjv9kQPGGL+y0p+1pURauFHhLpCAfjvOVMGmg=";
  };

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

  buildInputs = [
    abseil-cpp
    bubblewrap
    curl
    fuse3
    gbenchmark
    glog
    grpc
    gtest
    libuuid