From ea6d656dd9db3eb6b0408dd23f43c4f7c8a49641 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Mon, 20 Feb 2023 13:08:03 -0800 Subject: [PATCH] github-runner: 2.302.0 -> 2.302.1 (#217350) --- .../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 1fbd2fcf9968..b1ff6a76f541 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -45,13 +45,13 @@ let in stdenv.mkDerivation rec { pname = "github-runner"; - version = "2.302.0"; + version = "2.302.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-eIMiXdw62JGlSnMkmFf9vqOpp1QC9DkD/2wDPHJuVBI="; + hash = "sha256-l7kGKhHpE5kEo8QMmwZKnG4cctj2INhnko7KfAXfrQ8="; }; nativeBuildInputs = [