gitea-actions-runner: 0.2.6 -> 0.2.10

This commit is contained in:
Vladimir Panteleev 2024-05-09 14:34:56 +00:00
parent 62ff5e6830
commit 0c5b06ef58
No known key found for this signature in database
GPG Key ID: 5004F0FAD051576D

View File

@ -7,17 +7,17 @@
buildGoModule rec {
pname = "gitea-actions-runner";
version = "0.2.6";
version = "0.2.10";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "act_runner";
rev = "v${version}";
hash = "sha256-GE9yqp5zWJ4lL0L/w3oSvU72AiHBNb+yh2qBPKPe9X0=";
hash = "sha256-YRWFBMHw9Fcmzkmglh2I1kXJkAAivqvCBcenLTjE/bI=";
};
vendorHash = "sha256-NoaLq5pCwTuPd9ne5LYcvJsgUXAqcfkcW3Ck2K350JE=";
vendorHash = "sha256-8sdSQhg9DnRLgghDZzWrUMM4vjinhCgu3dTKU7MBVQU=";
ldflags = [
"-s"