github-runner: 2.279.0 -> 2.281.1

(cherry picked from commit ebcf2468ac67b473821946a6d5539c001861b465)
This commit is contained in:
Vincent Haupert 2021-09-07 16:03:38 +02:00 committed by github-actions[bot]
parent 9214e84299
commit ae4d181d6a

View File

@ -33,13 +33,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "github-runner"; pname = "github-runner";
version = "2.279.0"; version = "2.281.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "actions"; owner = "actions";
repo = "runner"; repo = "runner";
rev = "6b75179ec79e2041b3b5b4e9206b73db2d206aac"; # v${version} rev = "c8caf59bb7adaa87c4cf8f61372670d338a13f2d"; # v${version}
sha256 = "sha256-d7LAHL8Ff7R++d1HuLxWjtiBZRogySe7xHY/xJAcFms="; sha256 = "sha256-Nl1FSjwweVqdQEVhqt4PEcqZbF7htNT279yx1nGuAe0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [