From ae4d181d6a870bb2c2ed37440adcc4056b01f2a2 Mon Sep 17 00:00:00 2001 From: Vincent Haupert Date: Tue, 7 Sep 2021 16:03:38 +0200 Subject: [PATCH] github-runner: 2.279.0 -> 2.281.1 (cherry picked from commit ebcf2468ac67b473821946a6d5539c001861b465) --- .../tools/continuous-integration/github-runner/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix index 459b68fa6b2..3cfd7d6015a 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -33,13 +33,13 @@ let in stdenv.mkDerivation rec { pname = "github-runner"; - version = "2.279.0"; + version = "2.281.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; - rev = "6b75179ec79e2041b3b5b4e9206b73db2d206aac"; # v${version} - sha256 = "sha256-d7LAHL8Ff7R++d1HuLxWjtiBZRogySe7xHY/xJAcFms="; + rev = "c8caf59bb7adaa87c4cf8f61372670d338a13f2d"; # v${version} + sha256 = "sha256-Nl1FSjwweVqdQEVhqt4PEcqZbF7htNT279yx1nGuAe0="; }; nativeBuildInputs = [