github-runner: 2.283.1 -> 2.283.3

(cherry picked from commit f6db2063862470a1edc9592222e18b8cf00a114e)
This commit is contained in:
Vincent Haupert 2021-10-06 10:56:41 +02:00 committed by github-actions[bot]
parent af281087f8
commit 287cf39c34
1 changed files with 2 additions and 2 deletions

View File

@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.283.1";
version = "2.283.3";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
sha256 = "sha256-S4Mql8lyHxahhYGoo91mlN6DrwKhyj1em0dv561j2l8=";
sha256 = "sha256-B2dn3AIGk+xMFqRsKv4pvlZ6K4xySsS0klk8vN8giso=";
};
nativeBuildInputs = [