buildbox: 1.4.8 -> 1.4.10 (#533892)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-21 17:03:17 +00:00
committed by GitHub

View File

@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "buildbox";
version = "1.4.8";
version = "1.4.10";
src = fetchFromGitLab {
owner = "BuildGrid";
repo = "buildbox/buildbox";
tag = finalAttrs.version;
hash = "sha256-P7CFgK5CkHAf5gddmm0SBGIkC/AAdCO5pkya/XNuby0=";
hash = "sha256-WWvaOPOckqyZ1ehEbPLcsP8qET9cq/3PkG0ep37ypn0=";
};
nativeBuildInputs = [