github-runner: 2.290.0 -> 2.290.1

main
Vincent Haupert 2 years ago
parent a7d80c6640
commit c28d2ec40e
  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.290.0";
version = "2.290.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-5ASKWDtASVtGDPn68tjjx8ZTVv1E14M26OCDpMJ+nJU=";
hash = "sha256-YUV66yiUdS2/ORZS7a7coqyzoXM/tnK0egEeXWLPNl0=";
};
nativeBuildInputs = [

Loading…
Cancel
Save