buildbox: 1.4.13 -> 1.4.15

(cherry picked from commit 04e06ccb84)
This commit is contained in:
R. Ryantm
2026-08-04 19:05:26 +00:00
committed by github-actions[bot]
parent 00bc389a83
commit d96883a2d6

View File

@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "buildbox";
version = "1.4.13";
version = "1.4.15";
src = fetchFromGitLab {
owner = "BuildGrid";
repo = "buildbox/buildbox";
tag = finalAttrs.version;
hash = "sha256-W/QV65A7zm2vUdvJRrR+bxe8O3Zogzrx86RmqFVCY84=";
hash = "sha256-V/dKo/ynKL37NNCY36D5NvepeIbE470qg3qPKH1jLoY=";
};
nativeBuildInputs = [