diff --git a/pkgs/by-name/bu/buildkite-cli/package.nix b/pkgs/by-name/bu/buildkite-cli/package.nix index 355c77ac1791..3fbf0e3b5e4a 100644 --- a/pkgs/by-name/bu/buildkite-cli/package.nix +++ b/pkgs/by-name/bu/buildkite-cli/package.nix @@ -11,16 +11,16 @@ buildGoModule (finalAttrs: { pname = "buildkite-cli"; - version = "3.40.0"; + version = "3.42.0"; src = fetchFromGitHub { owner = "buildkite"; repo = "cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-8Fij2SG6dLnyc4U2Q+jIx2ZDzbGd6ETTWiiz3ciRaE8="; + hash = "sha256-dk/25ujJ83+FlactIoDXOmLpyOlE0eEnruV4hGWVfwc="; }; - vendorHash = "sha256-pxVSzEc/pgPaMMBOl5LYjbmPVpjr1M2obFmeiGqfgik="; + vendorHash = "sha256-GGIjZ3Fc40JN6STP9h+0AER5PcTL4zf/SYa22vqrj6k="; ldflags = [ "-s" @@ -40,6 +40,8 @@ buildGoModule (finalAttrs: { # Requires a git repository (which is removed by nix after fetching the source) "TestResolvePipelinesFromPath" + "TestPreflightCmd_Run" + "TestSnapshotContext_CancelsPush" ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # Expected timeout error but got none