diff options
| author | Alex Martens <alex@thinglab.org> | 2023-06-16 13:19:06 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-16 21:05:43 +0000 |
| commit | 59d6768397953d01d840131c81f5117be558abfb (patch) | |
| tree | fb8121c153697db85bd107b92309ef9857e73c3a | |
| parent | Merge pull request #238125 from NixOS/backport-238084-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-238138-to-release-23.05.tar.gz | |
github-runner: 2.304.0 -> 2.305.0origin/backport-238138-to-release-23.05
(cherry picked from commit 03673ea20154ad210bf504eec61966000975d546)
| -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 7e0fefb70b8e..6d7f12d3ef3e 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.304.0"; + version = "2.305.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-5amc0oVcFCPFrUcX5iITjnN9Mtpzi4wWsJe7Kdm9YxA="; + hash = "sha256-sI29B4VlSc4DQW7mrBZmtWPKgO3q8B5Dt5JSVCY1nCQ="; leaveDotGit = true; postFetch = '' git -C $out rev-parse --short HEAD > $out/.git-revision |
