From d58baa249be5bcde1c8fd714cee4aa3287ab4187 Mon Sep 17 00:00:00 2001 From: Vincent Haupert Date: Tue, 14 Sep 2021 15:46:20 +0200 Subject: [PATCH] github-runner: 2.281.1 -> 2.282.0 (cherry picked from commit cd641476cfcf8d5494e661debac9a3fe40f4cf32) --- .../tools/continuous-integration/github-runner/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix index 711148c530a..56dfe62042f 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -34,13 +34,13 @@ let in stdenv.mkDerivation rec { pname = "github-runner"; - version = "2.281.1"; + version = "2.282.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - sha256 = "sha256-Nl1FSjwweVqdQEVhqt4PEcqZbF7htNT279yx1nGuAe0="; + sha256 = "sha256-381xqBuysT5OR+SDhtSNCz0fOsDM7zC50EatAiXmpHU="; }; nativeBuildInputs = [