diff options
| author | Bobby Rong <rjl931189261@126.com> | 2022-06-20 19:57:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 19:57:05 +0800 |
| commit | 81254dd69a6f96c907a8bc0a0e7e3045c46ed519 (patch) | |
| tree | 3ca756e4438ef6705f6d3b8ded5f1671e83d496e | |
| parent | Merge pull request #178067 from NixOS/backport-177868-to-release-22.05 (diff) | |
| parent | github-runner: 2.292.0 -> 2.293.0 (diff) | |
| download | nixpkgs-81254dd69a6f96c907a8bc0a0e7e3045c46ed519.tar.gz | |
Merge pull request #178227 from kfollesdal/backport-177180-to-release-22.05
[Backport release-22.05] github-runner: 2.292.0 -> 2.293.0
| -rw-r--r-- | pkgs/development/tools/continuous-integration/github-runner/default.nix | 4 |
1 files 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 8718cd8dc80a..c8208dc18e41 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -46,13 +46,13 @@ let in stdenv.mkDerivation rec { pname = "github-runner"; - version = "2.292.0"; + version = "2.293.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-vmHUu4coAxFLfi+G4xLjy3+LzFnmGllhWhCXcWuDQnc="; + hash = "sha256-5XAlKCtIvHzaJCPVO0WsrUGKnYUNR+roqzJ+jrcBfVM="; }; nativeBuildInputs = [ |
