buildbox: Update to 1.3.53 (#487331)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user