summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2023-02-15 18:00:37 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-16 03:59:48 +0000
commit2018c6f9b50341a207bbbccbf1586a54e64111d4 (patch)
tree8240a9a83f0758e07660cf49a22e75c70fd78006
parentMerge pull request #216382 from NixOS/backport-198287-to-release-22.11 (diff)
downloadnixpkgs-origin/backport-216501-to-release-22.11.tar.gz
github-runner: 2.301.1 -> 2.302.0origin/backport-216501-to-release-22.11
(cherry picked from commit 9483a3cb0e413f55b8e6fe5c3fb683f080b55f77)
-rw-r--r--pkgs/development/tools/continuous-integration/github-runner/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix
index 6508b28b6de6..1f69ee10ceda 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -49,7 +49,7 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
- version = "2.301.1";
+ version = "2.302.0";
inherit sdkSource;
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
owner = "actions";
repo = "runner";
rev = "v${version}";
- hash = "sha256-GIWuN3/CnA0uZfpo1Gty+5tL2eDXmFyzYFHrRozHwk0=";
+ hash = "sha256-eIMiXdw62JGlSnMkmFf9vqOpp1QC9DkD/2wDPHJuVBI=";
};
nativeBuildInputs = [
@@ -362,7 +362,7 @@ stdenv.mkDerivation rec {
description = "Self-hosted runner for GitHub Actions";
homepage = "https://github.com/actions/runner";
license = licenses.mit;
- maintainers = with maintainers; [ veehaitch newam kfollesdal aanderse ];
+ maintainers = with maintainers; [ veehaitch newam kfollesdal aanderse zimbatm ];
platforms = attrNames runtimeIds;
};
}