summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2023-01-08 08:59:59 -0800
committerGitHub <noreply@github.com>2023-01-08 17:59:59 +0100
commitab370f9ea9bbb3ad1f66f22cc297884c4646b729 (patch)
tree1b2acbbec38320fb11587a47f235341801127425
parent65b9918ea395e51f33bb15e67663b5f4307b139b (diff)
downloadnixpkgs-ab370f9ea9bbb3ad1f66f22cc297884c4646b729.tar
nixpkgs-ab370f9ea9bbb3ad1f66f22cc297884c4646b729.tar.gz
nixpkgs-ab370f9ea9bbb3ad1f66f22cc297884c4646b729.tar.bz2
nixpkgs-ab370f9ea9bbb3ad1f66f22cc297884c4646b729.tar.lz
nixpkgs-ab370f9ea9bbb3ad1f66f22cc297884c4646b729.tar.xz
nixpkgs-ab370f9ea9bbb3ad1f66f22cc297884c4646b729.tar.zst
nixpkgs-ab370f9ea9bbb3ad1f66f22cc297884c4646b729.zip
buildkite-agent: 3.41.0 -> 3.42.0 (#209637)
-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 70598ee7266..659cba2c42b 100644
--- a/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
+++ b/pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
@@ -3,16 +3,16 @@
   nixosTests }:
 buildGoModule rec {
   pname = "buildkite-agent";
-  version = "3.41.0";
+  version = "3.42.0";
 
   src = fetchFromGitHub {
     owner = "buildkite";
     repo = "agent";
     rev = "v${version}";
-    sha256 = "sha256-AQaSwdletUP7amDHXIG/3Xsw6rJCJE+eYWj2FYe/vRY=";
+    sha256 = "sha256-vLfIZ2y9e6I0kEqI10D/B6VaNFh/D0k6GXY2OB8mZf8=";
   };
 
-  vendorSha256 = "sha256-NEdwdDM/H6l2XzYCTU11uijZTSEqjIWRHsqg6ML/daY=";
+  vendorHash = "sha256-8nMN62vnzlus2kjefVUKj1SMkM1YfIm8ppPQaDXSeIA=";
 
   postPatch = ''
     substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash