github-runner: 2.289.1 -> 2.289.2

This commit is contained in:
Alex Martens 2022-04-01 12:18:50 -07:00
parent baedfc4da9
commit b9928950fe

View file

@ -43,13 +43,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "github-runner"; pname = "github-runner";
version = "2.289.1"; version = "2.289.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "actions"; owner = "actions";
repo = "runner"; repo = "runner";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-5TS/tW1hnDvPZQdR659rw+spLq98niyUms3BrixaKRE="; hash = "sha256-yISJ/qGJ+tGnJOqpTUe+rkG4UGzTZ5tIXix6wuDKXO0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [