From 38e0330878d41fe6aa1ed69e358cbcf1bec804c1 Mon Sep 17 00:00:00 2001 From: Vincent Haupert Date: Fri, 10 Mar 2023 12:47:08 +0100 Subject: [PATCH] github-runner: 2.302.1 -> 2.303.0 --- .../tools/continuous-integration/github-runner/default.nix | 4 ++-- 1 file 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 e6b22a99bd17..8c4e52b22bb0 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -15,13 +15,13 @@ }: buildDotnetModule rec { pname = "github-runner"; - version = "2.302.1"; + version = "2.303.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-hPZzqTJGwcBxajLjU0TuIQ2KLnDl9E66seuutm9JWDo="; + hash = "sha256-bzCa3OI8/pE8K9U38RN0xWbLkjJPA4mUlsrbH1etpG4="; # Required to obtain HEAD's Git commit hash leaveDotGit = true; };