Skip to content

Commit

Permalink
Merge pull request #16242 from arkency/buildkite-agent-2.1.13
Browse files Browse the repository at this point in the history
buildkite-agent: 2.1.8 ~> 2.1.13
  • Loading branch information
joachifm committed Jun 15, 2016
2 parents 7c09b6c + f3d2021 commit 7b08c5c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, makeWrapper, coreutils, git, openssh, bash, gnused, gnugrep }:

stdenv.mkDerivation rec {
version = "2.1.8";
version = "2.1.13";
name = "buildkite-agent-${version}";
dontBuild = true;

src = fetchurl {
url = "https://github.com/buildkite/agent/releases/download/v${version}/buildkite-agent-linux-386-${version}.tar.gz";
sha256 = "f54ca7da4379180700f5038779a7cbb1cef31d49f4a06c42702d68c34387c242";
sha256 = "bd40c2ba37b3b54b875241a32b62190a4cf4c15e2513c573f1626a3ca35c8657";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 7b08c5c

Please sign in to comment.