lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

github-runner: 2.283.3 -> 2.284.0

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/github-runner/default.nix
··· 37 37 in 38 38 stdenv.mkDerivation rec { 39 39 pname = "github-runner"; 40 - version = "2.283.3"; 40 + version = "2.284.0"; 41 41 42 42 src = fetchFromGitHub { 43 43 owner = "actions"; 44 44 repo = "runner"; 45 45 rev = "v${version}"; 46 - sha256 = "sha256-B2dn3AIGk+xMFqRsKv4pvlZ6K4xySsS0klk8vN8giso="; 46 + sha256 = "sha256-JR0OzbT5gGhO/dxb/eSjP/d/VxW/aLmTs/oPwN8b8Rc="; 47 47 }; 48 48 49 49 nativeBuildInputs = [