github-runner: 2.296.0 -> 2.296.1

This commit is contained in:
Alex Martens 2022-08-31 17:11:23 -07:00
parent 9c48988907
commit 550179b49d

View file

@ -43,13 +43,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "github-runner"; pname = "github-runner";
version = "2.296.0"; version = "2.296.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "actions"; owner = "actions";
repo = "runner"; repo = "runner";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-TLBd+L4k/qtY9q0j+soxaLCfER/USZyYCqk0r8A6sSo="; hash = "sha256-vE1x/wRzjcRR56jUgW8PVM2SzsG87IKXOZghloZBgYM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [