From 8a42226c4473a57eb08ffbe9fab86efa784b2080 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 30 Apr 2023 09:24:38 -0700 Subject: [PATCH] github-runner: 2.303.0 -> 2.304.0 (#229141) --- .../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 6774499d8cc2..b976757da00a 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.303.0"; + version = "2.304.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-gGIYlYM4Rf7Ils2rThsQHWIkLDt5Htg4NDuJhxvl1rU="; + hash = "sha256-w5MqFIPTCAqQjdsWdscNnH2KNwUOp5SPFesyprXUvNE="; # Required to obtain HEAD's Git commit hash leaveDotGit = true; };