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

github-runner: 2.282.1 -> 2.283.1
This commit is contained in:
Ryan Mulligan 2021-09-23 20:22:56 -07:00 committed by GitHub
commit bd9d97e867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.282.1";
version = "2.283.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
sha256 = "sha256-aDt+8vYR8bnaCmWUo3dqzVIekIr460/JzJkrpiPdIRw=";
sha256 = "sha256-S4Mql8lyHxahhYGoo91mlN6DrwKhyj1em0dv561j2l8=";
};
nativeBuildInputs = [