mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
[Backport release-25.05] tailscale: add philiptaron as maintainer (#438756)
This commit is contained in:
@@ -22,12 +22,9 @@
|
||||
tailscale-nginx-auth,
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.82.5";
|
||||
in
|
||||
buildGoModule {
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "tailscale";
|
||||
inherit version;
|
||||
version = "1.82.5";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -37,7 +34,7 @@ buildGoModule {
|
||||
src = fetchFromGitHub {
|
||||
owner = "tailscale";
|
||||
repo = "tailscale";
|
||||
rev = "v${version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-BFitj8A+TfNKTyXBB1YhsEs5NvLUfgJ2IbjB2ipf4xU=";
|
||||
};
|
||||
|
||||
@@ -71,8 +68,8 @@ buildGoModule {
|
||||
ldflags = [
|
||||
"-w"
|
||||
"-s"
|
||||
"-X tailscale.com/version.longStamp=${version}"
|
||||
"-X tailscale.com/version.shortStamp=${version}"
|
||||
"-X tailscale.com/version.longStamp=${finalAttrs.version}"
|
||||
"-X tailscale.com/version.shortStamp=${finalAttrs.version}"
|
||||
];
|
||||
|
||||
tags = [
|
||||
@@ -214,15 +211,16 @@ buildGoModule {
|
||||
meta = {
|
||||
homepage = "https://tailscale.com";
|
||||
description = "Node agent for Tailscale, a mesh VPN built on WireGuard";
|
||||
changelog = "https://github.com/tailscale/tailscale/releases/tag/v${version}";
|
||||
changelog = "https://tailscale.com/changelog#client";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "tailscale";
|
||||
maintainers = with lib.maintainers; [
|
||||
mbaillie
|
||||
jk
|
||||
mfrw
|
||||
philiptaron
|
||||
pyrox0
|
||||
ryan4yin
|
||||
];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user