github-runner 0 -> 1 attrpath: github-runner Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/srz66jkfbfsgmrzwznx2c2cbz2h7i0pf-packages.json.drv building '/nix/store/srz66jkfbfsgmrzwznx2c2cbz2h7i0pf-packages.json.drv'... Going to be running update for following packages: - github-runner-2.313.0 Press Enter key to continue... Running update for: - github-runner-2.313.0: UPDATING ... - github-runner-2.313.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix index 69b018eaea3c..f2a287b2d942 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -23,13 +23,13 @@ assert builtins.all (x: builtins.elem x [ "node20" ]) nodeRuntimes; buildDotnetModule rec { pname = "github-runner"; - version = "2.313.0"; + version = "2.314.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-0CclkbJ8AfffdfVNXacnpgFOS+ONk6eP1LTyFa12xU4="; + hash = "sha256-qwFNEH29lu+RFqZBRD2Bo6E8gI07nnhFooWQNrgOQx0="; leaveDotGit = true; postFetch = '' git -C $out rev-parse --short HEAD > $out/.git-revision No auto update branch exists There might already be an open PR for this update: - github-runner: 2.313.0 -> 2.314.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291643"