Merge pull request #144340 from r-ryantm/auto-update/github-runner

github-runner: 2.283.3 -> 2.284.0
This commit is contained in:
Bobby Rong 2021-11-03 17:40:49 +08:00 committed by GitHub
commit 435f85eaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.283.3";
version = "2.284.0";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
sha256 = "sha256-B2dn3AIGk+xMFqRsKv4pvlZ6K4xySsS0klk8vN8giso=";
sha256 = "sha256-JR0OzbT5gGhO/dxb/eSjP/d/VxW/aLmTs/oPwN8b8Rc=";
};
nativeBuildInputs = [