Unverified Commit f8c62400 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

buildkite-agent: 3.89.0 -> 3.121.0 (#505717)

parents 7538bc2e 2e6b4af4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@
}:
buildGoModule (finalAttrs: {
  pname = "buildkite-agent";
  version = "3.89.0";
  version = "3.121.0";

  src = fetchFromGitHub {
    owner = "buildkite";
    repo = "agent";
    rev = "v${finalAttrs.version}";
    hash = "sha256-5COo5vXecXLhYAy3bcaYvmluFdfEKGgiTbhat8T3AV8=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QlslPoLpqzuX05bp58xz/3Vhj0imEqCleO1hhe1PPXM=";
  };

  vendorHash = "sha256-iYc/TWiUFdlgoGB4r/L28yhwQG7g+tBG8usB77JJncM=";
  vendorHash = "sha256-rv5CqNpjmXhGcZ3KQBX0Z2428upWBUVkdRjEG4QWEoY=";

  postPatch = ''
    substituteInPlace clicommand/agent_start.go --replace /bin/bash ${bash}/bin/bash