Unverified Commit 4cb26e2c authored by Muhammad Falak R Wani's avatar Muhammad Falak R Wani
Browse files

tailscale: use buildGo121Module

parent 069c21c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, buildGo121Module, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:
{ lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:

let
  version = "1.48.1";
in
buildGo121Module {
buildGoModule {
  pname = "tailscale";
  inherit version;

+3 −1
Original line number Diff line number Diff line
@@ -27394,7 +27394,9 @@ with pkgs;
  systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };
  tailscale = callPackage ../servers/tailscale { };
  tailscale = callPackage ../servers/tailscale {
    buildGoModule = buildGo121Module;
  };
  tailscale-systray = callPackage ../applications/misc/tailscale-systray { };