diff options
| author | Alex Martens <alex@thinglab.org> | 2022-08-31 17:11:23 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-09-01 02:36:18 +0000 |
| commit | 565d04e5a7802030cb5685f35df4059260434d0c (patch) | |
| tree | 4fefa93ebbac3c9e377be4908e6640e7ac258382 | |
| parent | Merge pull request #189207 from NixOS/backport-189171-to-release-22.05 (diff) | |
| download | nixpkgs-565d04e5a7802030cb5685f35df4059260434d0c.tar.gz | |
github-runner: 2.296.0 -> 2.296.1origin/backport-189203-to-release-22.05
(cherry picked from commit 550179b49da1182c1925b833cb70fbb2fdb11111)
| -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 = [ |
