Merge pull request #140736 from veehaitch/github-runner-v2.283.3

github-runner: 2.283.1 -> 2.283.3

authored by

figsoda and committed by
GitHub
7e289a8c b27d18a4

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/github-runner/default.nix
··· 34 34 in 35 35 stdenv.mkDerivation rec { 36 36 pname = "github-runner"; 37 - version = "2.283.1"; 37 + version = "2.283.3"; 38 38 39 39 src = fetchFromGitHub { 40 40 owner = "actions"; 41 41 repo = "runner"; 42 42 rev = "v${version}"; 43 - sha256 = "sha256-S4Mql8lyHxahhYGoo91mlN6DrwKhyj1em0dv561j2l8="; 43 + sha256 = "sha256-B2dn3AIGk+xMFqRsKv4pvlZ6K4xySsS0klk8vN8giso="; 44 44 }; 45 45 46 46 nativeBuildInputs = [