Unverified Commit a273cb8e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

buildbox: Update to 1.3.53 (#487331)

parents 5d2d5b0e 51a85312
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -18,17 +18,18 @@
  libuuid,
  tomlplusplus,
  fuse3,
  curl,
  nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "buildbox";
  version = "1.3.21";
  version = "1.3.53";

  src = fetchFromGitLab {
    owner = "BuildGrid";
    repo = "buildbox/buildbox";
    tag = finalAttrs.version;
    hash = "sha256-gZ4PnaIiMPh18Yy2120yIEaQaFpzGNnWXzS7Uw+n/+k=";
    hash = "sha256-G4K6KxKAG+BgWtuG7HOxpRr+oa8SJ435zF0wbZCLXTk=";
  };

  nativeBuildInputs = [
@@ -40,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    bubblewrap
    curl
    fuse3
    gbenchmark
    glog