buildbox: 1.4.6 -> 1.4.7 (#523875)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-25 15:15:15 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "buildbox";
version = "1.4.6";
version = "1.4.7";
src = fetchFromGitLab {
owner = "BuildGrid";
repo = "buildbox/buildbox";
tag = finalAttrs.version;
hash = "sha256-zNZMk9C/KsiqqGZOzc6B1WjL4wemWmdrr0a+CMA2BlQ=";
hash = "sha256-+OK9rmAGGLq/rJIHs++dbdyvh6WFu+Xhcp48TpnYV0w=";
};
nativeBuildInputs = [