gitea-actions-runner: 0.2.5 -> 0.2.6

Diff: https://gitea.com/gitea/act_runner/compare/v0.2.5...v0.2.6

Changelog: https://gitea.com/gitea/act_runner/releases/tag/v0.2.6

+3 -3
+3 -3
pkgs/development/tools/continuous-integration/gitea-actions-runner/default.nix
··· 7 8 buildGoModule rec { 9 pname = "gitea-actions-runner"; 10 - version = "0.2.5"; 11 12 src = fetchFromGitea { 13 domain = "gitea.com"; 14 owner = "gitea"; 15 repo = "act_runner"; 16 rev = "v${version}"; 17 - hash = "sha256-HWJrgZJfI5fOeZvQkmpd6wciJWh1JOmZMlyGHSbgHpc="; 18 }; 19 20 - vendorHash = "sha256-Z61kTbKHSUpt2F6jVUUK4KwMJ0ILT1FI4/62AkNQuZI="; 21 22 ldflags = [ 23 "-s"
··· 7 8 buildGoModule rec { 9 pname = "gitea-actions-runner"; 10 + version = "0.2.6"; 11 12 src = fetchFromGitea { 13 domain = "gitea.com"; 14 owner = "gitea"; 15 repo = "act_runner"; 16 rev = "v${version}"; 17 + hash = "sha256-GE9yqp5zWJ4lL0L/w3oSvU72AiHBNb+yh2qBPKPe9X0="; 18 }; 19 20 + vendorHash = "sha256-NoaLq5pCwTuPd9ne5LYcvJsgUXAqcfkcW3Ck2K350JE="; 21 22 ldflags = [ 23 "-s"