Merge pull request #238371 from r-ryantm/auto-update/buildkite-agent

buildkite-agent: 3.47.0 -> 3.48.0

authored by Weijia Wang and committed by GitHub 6069d0b4 f4e42151

+3 -3
+3 -3
pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
··· 3 nixosTests }: 4 buildGoModule rec { 5 pname = "buildkite-agent"; 6 - version = "3.47.0"; 7 8 src = fetchFromGitHub { 9 owner = "buildkite"; 10 repo = "agent"; 11 rev = "v${version}"; 12 - sha256 = "sha256-Hj1KaRgH4LOacLwHKoJfIKJ5ueNEgqWVEZrIvMl+bf4="; 13 }; 14 15 - vendorHash = "sha256-2yVykKfjNAlo4jUpcsUnpVaQoBLZF7xbzYQxOZqNiTQ="; 16 17 postPatch = '' 18 substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash
··· 3 nixosTests }: 4 buildGoModule rec { 5 pname = "buildkite-agent"; 6 + version = "3.48.0"; 7 8 src = fetchFromGitHub { 9 owner = "buildkite"; 10 repo = "agent"; 11 rev = "v${version}"; 12 + sha256 = "sha256-Bg5g/0J3A1Snh1KV+dMFAvFXFo1oOljUhDQ4nomAzKM="; 13 }; 14 15 + vendorHash = "sha256-bPfEl6wzYSDcAaVcKyKRfTbDV15xo5Au2xKrJfccweo="; 16 17 postPatch = '' 18 substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash