summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-30 06:37:13 -0700
committerGitHub <noreply@github.com>2021-07-30 15:37:13 +0200
commit8575d242979c1a0e71bd19481e770517e8fd9d9e (patch)
tree04b1d35936ab26f86b827cd44a5e2cfc5f43a6a1 /pkgs
parent84a314ee9c81b3346af722752ec9c90b1143bedc (diff)
downloadnixpkgs-8575d242979c1a0e71bd19481e770517e8fd9d9e.tar
nixpkgs-8575d242979c1a0e71bd19481e770517e8fd9d9e.tar.gz
nixpkgs-8575d242979c1a0e71bd19481e770517e8fd9d9e.tar.bz2
nixpkgs-8575d242979c1a0e71bd19481e770517e8fd9d9e.tar.lz
nixpkgs-8575d242979c1a0e71bd19481e770517e8fd9d9e.tar.xz
nixpkgs-8575d242979c1a0e71bd19481e770517e8fd9d9e.tar.zst
nixpkgs-8575d242979c1a0e71bd19481e770517e8fd9d9e.zip
buildkite-agent: 3.31.0 -> 3.32.0 (#132022)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/continuous-integration/buildkite-agent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix b/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
index b32eed9a166..3b98a7a7775 100644
--- a/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
+++ b/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
@@ -3,13 +3,13 @@
   nixosTests }:
 buildGoModule rec {
   name = "buildkite-agent-${version}";
-  version = "3.31.0";
+  version = "3.32.0";
 
   src = fetchFromGitHub {
     owner = "buildkite";
     repo = "agent";
     rev = "v${version}";
-    sha256 = "sha256-Rot5A2zSEleTifadHEvAlydchzCdDo/VPZELostDfng=";
+    sha256 = "sha256-wgIqsOqdwnKL1mWD1CR1ru2erc9iSZoDXxeOtobeAQQ=";
   };
 
   vendorSha256 = "sha256-n3XRxpEKjHf7L7fcGscWTVKBtot9waZbLoS9cG0kHfI=";