github-runner: 2.289.2 -> 2.290.0

main
Vincent Haupert 2 years ago
parent 53eb496331
commit 4f9857143c
  1. 4
      pkgs/development/tools/continuous-integration/github-runner/default.nix

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

Loading…
Cancel
Save