mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
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
This commit is contained in:
parent
2d40e2e5c8
commit
18ed405de1
@ -7,17 +7,17 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gitea-actions-runner";
|
pname = "gitea-actions-runner";
|
||||||
version = "0.2.5";
|
version = "0.2.6";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "gitea.com";
|
domain = "gitea.com";
|
||||||
owner = "gitea";
|
owner = "gitea";
|
||||||
repo = "act_runner";
|
repo = "act_runner";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-HWJrgZJfI5fOeZvQkmpd6wciJWh1JOmZMlyGHSbgHpc=";
|
hash = "sha256-GE9yqp5zWJ4lL0L/w3oSvU72AiHBNb+yh2qBPKPe9X0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-Z61kTbKHSUpt2F6jVUUK4KwMJ0ILT1FI4/62AkNQuZI=";
|
vendorHash = "sha256-NoaLq5pCwTuPd9ne5LYcvJsgUXAqcfkcW3Ck2K350JE=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
|
Loading…
Reference in New Issue
Block a user