Loading pkgs/development/tools/continuous-integration/github-runner/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ }: buildDotnetModule rec { pname = "github-runner"; version = "2.306.0"; version = "2.307.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; hash = "sha256-wffHekmyMIGTpUHBPgcxAOPRoTDuuWJZh9pJly3I2eQ="; hash = "sha256-h/JcOw7p/loBD6aj7NeZyqK3GtapNkjWTYw0G6OCmVQ="; leaveDotGit = true; postFetch = '' git -C $out rev-parse --short HEAD > $out/.git-revision Loading Loading
pkgs/development/tools/continuous-integration/github-runner/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ }: buildDotnetModule rec { pname = "github-runner"; version = "2.306.0"; version = "2.307.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; hash = "sha256-wffHekmyMIGTpUHBPgcxAOPRoTDuuWJZh9pJly3I2eQ="; hash = "sha256-h/JcOw7p/loBD6aj7NeZyqK3GtapNkjWTYw0G6OCmVQ="; leaveDotGit = true; postFetch = '' git -C $out rev-parse --short HEAD > $out/.git-revision Loading