gitea-actions-runner: 1.0.3 -> 2.1.0

This commit is contained in:
Jakob Wenzel
2026-07-21 15:14:24 +02:00
parent 65cbf79c56
commit c60bed67de

View File

@@ -9,17 +9,17 @@
buildGoModule (finalAttrs: {
pname = "gitea-actions-runner";
version = "1.0.3";
version = "2.1.0";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "runner";
rev = "v${finalAttrs.version}";
hash = "sha256-p6NdkQiZiEeuQjJp3CKTayStZlyk3d1XGigSI5uuLp0=";
hash = "sha256-jkK61OZgbMDHD5yxrpyP1BWCVzDiR79dVaC5ItS99BU=";
};
vendorHash = "sha256-T1T5ZpGqGmipIkTWlYxlsLdAthW8bhcAvr0xyZ74+wQ=";
vendorHash = "sha256-5K0vL0CDYgL/Ud7i4um3mz887Er4qmuhCd9dt5zyUHA=";
# Tests require network access (artifactcache tests try to determine outbound IP)
doCheck = false;