Unverified Commit 280f35c5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #267787 from mfrw/mfrw/tailscale-1.54.0

tailscale: 1.52.1 -> 1.54.0
parents e86bae53 fb64f078
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:

let
  version = "1.52.1";
  version = "1.54.0";
in
buildGoModule {
  pname = "tailscale";
@@ -11,9 +11,9 @@ buildGoModule {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-hscKV4jhJ+tqgTFuOEThABpu8iqK3+av7+DcuSmZwQ4=";
    hash = "sha256-/l3csuj1AZQo7C0BzkhqvkMNEQxc6Ers0KtZvxWS96Q=";
  };
  vendorHash = "sha256-WGZkpffwe4I8FewdBHXGaLbKQP/kHr7UF2lCXBTcNb4=";
  vendorHash = "sha256-/kuu7DKPklMZOvYqJpsOp3TeDG9KDEET4U0G+sq+4qY=";

  nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];