Commit f7816dba authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

tailscale: 1.36.2 -> 1.38.1

parent a700871f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

buildGoModule rec {
  pname = "tailscale";
  version = "1.36.2";
  version = "1.38.1";

  src = fetchFromGitHub {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-5rGRe4ENIQVz8KDy1OuSKtD7UMVYmU2DaJAn7wrhXVQ=";
    hash = "sha256-2VTYZhC/U32fzEJCxkCB35IqQBALKXQA23SvhY57lSU=";
  };
  vendorHash = "sha256-xdZlwv/2knOE7xaGeNHYNdztflhLLmirGzPOJpDvk3s=";
  vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";

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

+4 −1
Original line number Diff line number Diff line
@@ -25662,7 +25662,10 @@ with pkgs;
  systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };
  tailscale = callPackage ../servers/tailscale { };
  tailscale = callPackage ../servers/tailscale {
    # Version 1.38.1 requires Go >= 1.20
    buildGoModule = buildGo120Module;
  };
  tailspin = callPackage ../tools/misc/tailspin { };