Unverified Commit a0570f84 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

buildbox: 1.3.7 -> 1.3.11 (#397669)

parents 6dc11418 5bf7fe9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "buildbox";
  version = "1.3.7";
  version = "1.3.11";

  src = fetchFromGitLab {
    owner = "BuildGrid";
    repo = "buildbox/buildbox";
    tag = finalAttrs.version;
    hash = "sha256-US0qJrKoAYR4rMmolC8jx7IpQ2PiHZy7L2bog+I3G48=";
    hash = "sha256-lIRYwZLjYCpA4TMO3GF/yykVKn7LDyNHW9zItZmS9vM=";
  };

  nativeBuildInputs = [