github-runner: 2.292.0 -> 2.293.0

This commit is contained in:
Alex Martens 2022-06-10 07:09:29 -07:00
parent e3243028b5
commit 0df74af7a9

View File

@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.292.0";
version = "2.293.0";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-vmHUu4coAxFLfi+G4xLjy3+LzFnmGllhWhCXcWuDQnc=";
hash = "sha256-5XAlKCtIvHzaJCPVO0WsrUGKnYUNR+roqzJ+jrcBfVM=";
};
nativeBuildInputs = [