lol

Merge pull request #199209 from newAM/github-runner

github-runner: 2.298.2 -> 2.299.0

authored by

Aaron Andersen and committed by
GitHub
acb1ffd2 5e536c97

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/github-runner/default.nix
··· 46 46 in 47 47 stdenv.mkDerivation rec { 48 48 pname = "github-runner"; 49 - version = "2.298.2"; 49 + version = "2.299.0"; 50 50 51 51 inherit sdkSource; 52 52 ··· 54 54 owner = "actions"; 55 55 repo = "runner"; 56 56 rev = "v${version}"; 57 - hash = "sha256-ejYNuaijUOG3czW+7i4UmR+ysDnZwXXmS3V8INqeeTg="; 57 + hash = "sha256-/grYaWhpd6jZx/gkWC3L+BoZcB6WKVMZzMGfwDhBRr0="; 58 58 }; 59 59 60 60 nativeBuildInputs = [