github-runner: 2.285.0 -> 2.285.1

main
Vincent Haupert 3 years ago
parent 5f0466376b
commit d498380c88
  1. 4
      pkgs/development/tools/continuous-integration/github-runner/default.nix

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.285.0";
version = "2.285.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-vlipA1ovVkBrwpZ8B0bMEykBMUwOaYzV+/FxY9kT6Z4=";
hash = "sha256-SlKUuebsoZ9OgYuDTNOlY1KMg01LFSFazrLCctiFq3A=";
};
nativeBuildInputs = [

Loading…
Cancel
Save