Merge pull request #231498 from mweinelt/gitea-runner

gitea-actions-runner: 0.1.2 -> 0.1.8
This commit is contained in:
Martin Weinelt 2023-05-12 23:15:56 +02:00 committed by GitHub
commit ea00ae9495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "gitea-actions-runner";
version = "0.1.2";
version = "0.1.8";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "act_runner";
rev = "v${version}";
hash = "sha256-0wLBFZdFaGTselRZIJ809wHQFhAjt4sdmZp12LQOB9I=";
hash = "sha256-J67g0jy/5Dfmvu3bSPqH+r9+MuLyl2lZyEZrOovfNJI=";
};
vendorHash = "sha256-GBqt5qSM2mDAS7klWdJiC6t5HaVKaP0PjecYnHZBzrc=";
vendorHash = "sha256-Ik4n1oB6MWE2djcM5CdDhJKx4IJsZu7eJr5St+T67B4=";
ldflags = [
"-s"