Unverified Commit c9fd6aa9 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

buildkite-agent: 3.45.0 -> 3.46.0 (#230152)

parent 24685bcc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,16 +3,16 @@
  nixosTests }:
buildGoModule rec {
  pname = "buildkite-agent";
  version = "3.45.0";
  version = "3.46.0";

  src = fetchFromGitHub {
    owner = "buildkite";
    repo = "agent";
    rev = "v${version}";
    sha256 = "sha256-T1B9eo0LVN5FMI76TJQ4yxIXOfqT9wHNO5DHfVaWHBA=";
    sha256 = "sha256-4SCQcirphI/vmWa/5OrVh9k8utMmX4pUOYhIE1t1NRU=";
  };

  vendorHash = "sha256-kxqwGJBm5cT0ay29TlAqq3cFWheLqMwX/MtHpaHohBc=";
  vendorHash = "sha256-54v3P4uqU7A77yizjWAIzlvpjUaG8HHmH3j9p8d+LQc=";

  postPatch = ''
    substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash