gitea-actions-runner: 0.2.10 -> 0.2.11 (#344285)

This commit is contained in:
Nick Cao 2024-09-25 08:21:35 -04:00 committed by GitHub
commit 137a180888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 11 deletions

View File

@ -1,23 +1,24 @@
{ lib
, fetchFromGitea
, buildGoModule
, testers
, gitea-actions-runner
{
lib,
fetchFromGitea,
buildGo123Module,
testers,
gitea-actions-runner,
}:
buildGoModule rec {
buildGo123Module rec {
pname = "gitea-actions-runner";
version = "0.2.10";
version = "0.2.11";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "act_runner";
rev = "v${version}";
hash = "sha256-YRWFBMHw9Fcmzkmglh2I1kXJkAAivqvCBcenLTjE/bI=";
hash = "sha256-PmDa8XIe1uZ4SSrs9zh5HBmFaOuj+uuLm7jJ4O5V1dI=";
};
vendorHash = "sha256-8sdSQhg9DnRLgghDZzWrUMM4vjinhCgu3dTKU7MBVQU=";
vendorHash = "sha256-lYJFySGqkhT89vHDp1FcTiiC7DG4ziQ1DaBHLh/kXQc=";
ldflags = [
"-s"

View File

@ -7982,8 +7982,6 @@ with pkgs;
git-latexdiff = callPackage ../tools/typesetting/git-latexdiff { };
gitea-actions-runner = callPackage ../development/tools/continuous-integration/gitea-actions-runner { };
gokart = callPackage ../development/tools/gokart { };
gl2ps = callPackage ../development/libraries/gl2ps { };