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
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.289.1";
version = "2.289.2";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-5TS/tW1hnDvPZQdR659rw+spLq98niyUms3BrixaKRE=";
hash = "sha256-yISJ/qGJ+tGnJOqpTUe+rkG4UGzTZ5tIXix6wuDKXO0=";
};
nativeBuildInputs = [