Merge pull request #38322 from rvl/buildkite-agent

buildkite-agent: 2.6.9 -> 2.6.10
This commit is contained in:
adisbladis 2018-04-03 22:44:57 +08:00 committed by GitHub
commit 6a6bdca507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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