diff options
| author | Alex Martens <alex@thinglab.org> | 2023-07-25 09:10:14 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-07-30 23:09:33 +0000 |
| commit | 972fce797ef67b10929b28b98ea4b4d8c877dadc (patch) | |
| tree | 9e9bea0392a31b320d2752b7019ffe5b3c0d5c9b | |
| parent | Merge pull request #246254 from NixOS/backport-243867-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-245410-to-release-23.05.tar.gz | |
github-runner: 2.306.0 -> 2.307.1origin/backport-245410-to-release-23.05
(cherry picked from commit 99f62c7f647f8d0193eef63c402a5632c94a2a29)
| -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 bf45ca1eec5b..6ccc923ec30d 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -17,13 +17,13 @@ }: buildDotnetModule rec { pname = "github-runner"; - version = "2.306.0"; + version = "2.307.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-wffHekmyMIGTpUHBPgcxAOPRoTDuuWJZh9pJly3I2eQ="; + hash = "sha256-h/JcOw7p/loBD6aj7NeZyqK3GtapNkjWTYw0G6OCmVQ="; leaveDotGit = true; postFetch = '' git -C $out rev-parse --short HEAD > $out/.git-revision |
