github-runner: 2.304.0 -> 2.305.0 (#238138)

This commit is contained in:
Alex Martens
2023-06-16 23:05:09 +02:00
committed by GitHub
parent 0fbb33d17e
commit 992ccdd822
@@ -17,13 +17,13 @@
}:
buildDotnetModule rec {
pname = "github-runner";
version = "2.304.0";
version = "2.305.0";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-5amc0oVcFCPFrUcX5iITjnN9Mtpzi4wWsJe7Kdm9YxA=";
hash = "sha256-sI29B4VlSc4DQW7mrBZmtWPKgO3q8B5Dt5JSVCY1nCQ=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git-revision