1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tailscale: 1.68.2 -> 1.70.0

This commit is contained in:
Pyrox 2024-07-17 17:04:21 -04:00
parent 6ee3894260
commit d97f6cdd02
No known key found for this signature in database
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -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 ];
};
}