Merge pull request #188117 from newAM/github-runner

github-runner: 2.295.0 -> 2.296.0

authored by Aaron Andersen and committed by GitHub 44e3d2f8 9ce248ee

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/github-runner/default.nix
··· 43 43 in 44 44 stdenv.mkDerivation rec { 45 45 pname = "github-runner"; 46 - version = "2.295.0"; 46 + version = "2.296.0"; 47 47 48 48 src = fetchFromGitHub { 49 49 owner = "actions"; 50 50 repo = "runner"; 51 51 rev = "v${version}"; 52 - hash = "sha256-C5tINoFkd2PRbpnlSkPL/o59B7+J+so07oVvJu1m3dk="; 52 + hash = "sha256-TLBd+L4k/qtY9q0j+soxaLCfER/USZyYCqk0r8A6sSo="; 53 53 }; 54 54 55 55 nativeBuildInputs = [