[Backport release-26.05] buildbox: 1.4.17 -> 1.4.18 (#555453)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-22 17:28:10 +00:00
committed by GitHub

View File

@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "buildbox";
version = "1.4.17";
version = "1.4.18";
src = fetchFromGitLab {
owner = "BuildGrid";
repo = "buildbox/buildbox";
tag = finalAttrs.version;
hash = "sha256-AnvwnBcc6LlJ9TlepLFNhvyinK0NYwjBPFQLqUZSdCk=";
hash = "sha256-HQws9hgCop77+WzJ/EnSD0C8WPgFuAky+GIgGRxU744=";
};
nativeBuildInputs = [