summary refs log tree commit diff
path: root/pkgs/development/tools/continuous-integration/buildkite-agent
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-19 11:49:54 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-23 23:24:59 -0700
commit5498ac7c500e82b629958854f8dd3bd2f3e046e7 (patch)
tree5d1eff9393236949388e3fad1e72f2ef2eff0242 /pkgs/development/tools/continuous-integration/buildkite-agent
parent6ccd2c708041e1483af461d127b880ed9ad21f68 (diff)
downloadnixpkgs-5498ac7c500e82b629958854f8dd3bd2f3e046e7.tar
nixpkgs-5498ac7c500e82b629958854f8dd3bd2f3e046e7.tar.gz
nixpkgs-5498ac7c500e82b629958854f8dd3bd2f3e046e7.tar.bz2
nixpkgs-5498ac7c500e82b629958854f8dd3bd2f3e046e7.tar.lz
nixpkgs-5498ac7c500e82b629958854f8dd3bd2f3e046e7.tar.xz
nixpkgs-5498ac7c500e82b629958854f8dd3bd2f3e046e7.tar.zst
nixpkgs-5498ac7c500e82b629958854f8dd3bd2f3e046e7.zip
buildkite-agent: 3.27.0 -> 3.28.1
Diffstat (limited to 'pkgs/development/tools/continuous-integration/buildkite-agent')
-rw-r--r--pkgs/development/tools/continuous-integration/buildkite-agent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix b/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
index 5ba6718a6bd..4a402111b08 100644
--- a/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
+++ b/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
@@ -2,16 +2,16 @@
   makeWrapper, coreutils, git, openssh, bash, gnused, gnugrep }:
 buildGoModule rec {
   name = "buildkite-agent-${version}";
-  version = "3.27.0";
+  version = "3.28.1";
 
   src = fetchFromGitHub {
     owner = "buildkite";
     repo = "agent";
     rev = "v${version}";
-    sha256 = "sha256-JfOCht+awc0I22vtRD5hgowgdVkcJR3qSxnxLoc3XZY=";
+    sha256 = "sha256-5YOXYOAh/0fOagcqdK2IEwm5XDCxyfTeTzwBGtsQRCs=";
   };
 
-  vendorSha256 = "sha256-4zKe8y+9fedvCt/XmPf0HxtyqLz+FP4Ylt6k9KBjaIw=";
+  vendorSha256 = "sha256-3UXZxeiL0WO4X/3/hW8ubL1TormGbn9X/k0PX+/cLuM=";
 
   postPatch = ''
     substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash