Unverified Commit 1914b078 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260314 from newAM/github-runner-2.310.2

github-runner: 2.309.0 -> 2.310.2
parents b137e2f8 3e876134
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ assert builtins.all (x: builtins.elem x [ "node16" "node20" ]) nodeRuntimes;

buildDotnetModule rec {
  pname = "github-runner";
  version = "2.309.0";
  version = "2.310.2";

  src = fetchFromGitHub {
    owner = "actions";
    repo = "runner";
    rev = "v${version}";
    hash = "sha256-P70kNcd5TjWsHj16y11SEYROGG+JUkpwE9eVpHzvTes=";
    hash = "sha256-cOHA4VjccIJmCgCxRrBFzBFnh4SGQ3LpcTvtGuogHQU=";
    leaveDotGit = true;
    postFetch = ''
      git -C $out rev-parse --short HEAD > $out/.git-revision
+18 −16

File changed.

Preview size limit exceeded, changes collapsed.