Loading pkgs/development/tools/continuous-integration/github-runner/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ }: buildDotnetModule rec { pname = "github-runner"; version = "2.303.0"; version = "2.304.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; hash = "sha256-gGIYlYM4Rf7Ils2rThsQHWIkLDt5Htg4NDuJhxvl1rU="; hash = "sha256-w5MqFIPTCAqQjdsWdscNnH2KNwUOp5SPFesyprXUvNE="; # Required to obtain HEAD's Git commit hash leaveDotGit = true; }; Loading Loading
pkgs/development/tools/continuous-integration/github-runner/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ }: buildDotnetModule rec { pname = "github-runner"; version = "2.303.0"; version = "2.304.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; hash = "sha256-gGIYlYM4Rf7Ils2rThsQHWIkLDt5Htg4NDuJhxvl1rU="; hash = "sha256-w5MqFIPTCAqQjdsWdscNnH2KNwUOp5SPFesyprXUvNE="; # Required to obtain HEAD's Git commit hash leaveDotGit = true; }; Loading