From e2b0527318834b3798be16ec98c1024d21de45e1 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Sun, 6 Aug 2023 00:10:44 +0300 Subject: [PATCH] gitea-actions-runner: 0.2.3 -> 0.2.5 Diff: https://gitea.com/gitea/act_runner/compare/v0.2.3...v0.2.5 Changelog: https://gitea.com/gitea/act_runner/releases/tag/v0.2.5 --- .../continuous-integration/gitea-actions-runner/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/gitea-actions-runner/default.nix b/pkgs/development/tools/continuous-integration/gitea-actions-runner/default.nix index 69d23f7f33d3..cd2a9788f406 100644 --- a/pkgs/development/tools/continuous-integration/gitea-actions-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/gitea-actions-runner/default.nix @@ -7,17 +7,17 @@ buildGoModule rec { pname = "gitea-actions-runner"; - version = "0.2.3"; + version = "0.2.5"; src = fetchFromGitea { domain = "gitea.com"; owner = "gitea"; repo = "act_runner"; rev = "v${version}"; - hash = "sha256-RNH/12XV07nWhGnmR4FKJSSK/KnLA76+pKFHTPG8AAk="; + hash = "sha256-HWJrgZJfI5fOeZvQkmpd6wciJWh1JOmZMlyGHSbgHpc="; }; - vendorHash = "sha256-VS1CIxV0e01h5L1UA4p8R1Z28yLOEZTMxS+gbEaJwKs="; + vendorHash = "sha256-Z61kTbKHSUpt2F6jVUUK4KwMJ0ILT1FI4/62AkNQuZI="; ldflags = [ "-s"