github-runner: 2.302.1 -> 2.303.0

This commit is contained in:
Vincent Haupert 2023-03-10 12:47:08 +01:00
parent c233aa68ad
commit 38e0330878

View File

@ -15,13 +15,13 @@
}:
buildDotnetModule rec {
pname = "github-runner";
version = "2.302.1";
version = "2.303.0";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-hPZzqTJGwcBxajLjU0TuIQ2KLnDl9E66seuutm9JWDo=";
hash = "sha256-bzCa3OI8/pE8K9U38RN0xWbLkjJPA4mUlsrbH1etpG4=";
# Required to obtain HEAD's Git commit hash
leaveDotGit = true;
};