diff options
| author | Christian Kögler <ck3d@gmx.de> | 2022-09-01 07:18:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-01 07:18:19 +0200 |
| commit | 9ad42e790233d3c9c1d823ce4d05280d13b87693 (patch) | |
| tree | 4fefa93ebbac3c9e377be4908e6640e7ac258382 | |
| parent | Merge pull request #189207 from NixOS/backport-189171-to-release-22.05 (diff) | |
| parent | github-runner: 2.296.0 -> 2.296.1 (diff) | |
| download | nixpkgs-9ad42e790233d3c9c1d823ce4d05280d13b87693.tar.gz | |
Merge pull request #189214 from NixOS/backport-189203-to-release-22.05
[Backport release-22.05] github-runner: 2.296.0 -> 2.296.1
| -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 ef697295407d..9eeb8a84299a 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.296.0"; + version = "2.296.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-TLBd+L4k/qtY9q0j+soxaLCfER/USZyYCqk0r8A6sSo="; + hash = "sha256-vE1x/wRzjcRR56jUgW8PVM2SzsG87IKXOZghloZBgYM="; }; nativeBuildInputs = [ |
