buildkite-agent: 2.6.9 -> 2.6.10

https://github.com/buildkite/agent/releases/tag/v2.6.10
This commit is contained in:
Rodney Lorrimar 2018-03-14 12:02:05 +00:00
parent 56fb68dcef
commit 65b14735d2
No known key found for this signature in database
GPG Key ID: E8E4A1E57778A1B6

@ -1,6 +1,6 @@
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, coreutils, git, openssh, bash, gnused, gnugrep }:
let
version = "2.6.9";
version = "2.6.10";
goPackagePath = "github.com/buildkite/agent";
in
buildGoPackage {
@ -12,7 +12,7 @@ buildGoPackage {
owner = "buildkite";
repo = "agent";
rev = "v${version}";
sha256 = "0rlinj7dcr8vzl1pb15nfny8jkvvj50i8czf4ahv26avnfycm4pz";
sha256 = "07065hhhb418w5qlqnyiap45r59paysysbwz1l7dmaw3j4q8m8rg";
};
nativeBuildInputs = [ makeWrapper ];