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>2020-12-04 06:18:54 -0800
committerGitHub <noreply@github.com>2020-12-04 15:18:54 +0100
commit053c522b7cedfd63ae994420e7042db5223540d5 (patch)
treed0bac14635057ad425b1c51ec712d84ccfe161e0 /pkgs/development/tools/continuous-integration/buildkite-agent
parenta1d83d01f2ddf57a0c8c8ff38cb43dc2678f5f4e (diff)
downloadnixpkgs-053c522b7cedfd63ae994420e7042db5223540d5.tar
nixpkgs-053c522b7cedfd63ae994420e7042db5223540d5.tar.gz
nixpkgs-053c522b7cedfd63ae994420e7042db5223540d5.tar.bz2
nixpkgs-053c522b7cedfd63ae994420e7042db5223540d5.tar.lz
nixpkgs-053c522b7cedfd63ae994420e7042db5223540d5.tar.xz
nixpkgs-053c522b7cedfd63ae994420e7042db5223540d5.tar.zst
nixpkgs-053c522b7cedfd63ae994420e7042db5223540d5.zip
buildkite-agent: 3.25.0 -> 3.26.0 (#105852)
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 97f75a99c07..223b814708d 100644
--- a/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
+++ b/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
@@ -2,7 +2,7 @@
   makeWrapper, coreutils, git, openssh, bash, gnused, gnugrep }:
 buildGoModule rec {
   name = "buildkite-agent-${version}";
-  version = "3.25.0";
+  version = "3.26.0";
 
   goPackagePath = "github.com/buildkite/agent";
 
@@ -10,10 +10,10 @@ buildGoModule rec {
     owner = "buildkite";
     repo = "agent";
     rev = "v${version}";
-    sha256 = "VxAGi2NpXpc3U+GNIvGJSkdHGODrX2s8oY+dQ8QXIHQ=";
+    sha256 = "1z8hiamg3h1fnsmr8j5l9q6c8cd81lqmd00gcmz4spw73pqfxg3r";
   };
 
-  vendorSha256 = "X1K6uKiMFXTDT1PcedGQ8HLGox8ePP7Cz0Ihf4m9ts8=";
+  vendorSha256 = "1kxnpn4py8a2rz1gwg0y3yiwcwphj38pkp2k9z1p85ccm2wblljz";
 
   postPatch = ''
     substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash