mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
tailscale: 1.68.2 -> 1.70.0
This commit is contained in:
parent
6ee3894260
commit
d97f6cdd02
|
@ -15,7 +15,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.68.2";
|
||||
version = "1.70.0";
|
||||
in
|
||||
buildGoModule {
|
||||
pname = "tailscale";
|
||||
|
@ -25,7 +25,7 @@ buildGoModule {
|
|||
owner = "tailscale";
|
||||
repo = "tailscale";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-VI5k8PnPP8r2rIkW7AeQod7JmoHWuSLiaxkZXXv+0T8=";
|
||||
hash = "sha256-rB/zaJavA3OH1HK7Rfpta/QmQzi0xsEYTvW5JzzTAlI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -37,7 +37,7 @@ buildGoModule {
|
|||
})
|
||||
];
|
||||
|
||||
vendorHash = "sha256-SUjoeOFYz6zbEgv/vND7kEXbuWlZDrUKF2Dmqsf/KVw=";
|
||||
vendorHash = "sha256-NtNjH2Vo1Leh98VIOkpyALErhC+6H5BE/uaPkwlejoo=";
|
||||
|
||||
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ];
|
||||
|
||||
|
@ -83,8 +83,9 @@ buildGoModule {
|
|||
meta = with lib; {
|
||||
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}";
|
||||
license = licenses.bsd3;
|
||||
mainProgram = "tailscale";
|
||||
maintainers = with maintainers; [ mbaillie jk mfrw ];
|
||||
maintainers = with maintainers; [ mbaillie jk mfrw pyrox0 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue