Skip to content

Commit

Permalink
github-runner: 2.300.2 -> 2.301.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jan 19, 2023
1 parent 486c531 commit 888cd65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.300.2";
version = "2.301.1";

src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-4TCClrCCHMVtbGAlxmAhZt63nQlMxkaLLZ9EOgurSMA=";
hash = "sha256-GIWuN3/CnA0uZfpo1Gty+5tL2eDXmFyzYFHrRozHwk0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 888cd65

Please sign in to comment.