github-runner: 2.289.2 -> 2.290.0

This commit is contained in:
Vincent Haupert
2022-04-12 17:12:14 +02:00
parent 53eb496331
commit 4f9857143c
@@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.289.2";
version = "2.290.0";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-yISJ/qGJ+tGnJOqpTUe+rkG4UGzTZ5tIXix6wuDKXO0=";
hash = "sha256-5ASKWDtASVtGDPn68tjjx8ZTVv1E14M26OCDpMJ+nJU=";
};
nativeBuildInputs = [