Skip to content

Commit

Permalink
github-runner: 2.296.0 -> 2.296.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Sep 1, 2022
1 parent 9c48988 commit 550179b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "github-runner";
version = "2.296.0";
version = "2.296.1";

src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-TLBd+L4k/qtY9q0j+soxaLCfER/USZyYCqk0r8A6sSo=";
hash = "sha256-vE1x/wRzjcRR56jUgW8PVM2SzsG87IKXOZghloZBgYM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 550179b

Please sign in to comment.