github-runner: 2.302.0 -> 2.302.1 (#217350)

This commit is contained in:
Alex Martens 2023-02-20 13:08:03 -08:00 committed by GitHub
parent 4375ddbf1f
commit ea6d656dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [