Loading pkgs/by-name/ta/tailscale-gitops-pusher/package.nix +2 −2 Original line number Diff line number Diff line { lib , tailscale , buildGoModule , buildGo123Module }: buildGoModule { buildGo123Module { inherit (tailscale) version src vendorHash CGO_ENABLED; pname = "tailscale-gitops-pusher"; Loading pkgs/by-name/ta/tailscale-nginx-auth/package.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, tailscale }: { lib, stdenv, buildGo123Module, tailscale }: buildGoModule { buildGo123Module { pname = "tailscale-nginx-auth"; inherit (tailscale) version src vendorHash; Loading pkgs/servers/tailscale/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ }: let version = "1.72.1"; version = "1.74.0"; in buildGoModule { pname = "tailscale"; Loading @@ -25,7 +25,7 @@ buildGoModule { owner = "tailscale"; repo = "tailscale"; rev = "v${version}"; hash = "sha256-b1o3UHotVs5/+cpMx9q8bvt6BSM2QamLDUNyBNfb58A="; hash = "sha256-KTg1rxyCgvZAwkGxhFXLff5UggKlqa6VLMItK81JV2k="; }; patches = [ Loading @@ -37,7 +37,7 @@ buildGoModule { }) ]; vendorHash = "sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8="; vendorHash = "sha256-HJEgBs2GOzXvRa95LdwySQmG4/+QwupFDBGrQT6Y2vE="; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ]; Loading pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -25737,7 +25737,9 @@ with pkgs; systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { }; tailscale = callPackage ../servers/tailscale { }; tailscale = callPackage ../servers/tailscale { buildGoModule = buildGo123Module; }; tailscale-systray = callPackage ../applications/misc/tailscale-systray { }; Loading
pkgs/by-name/ta/tailscale-gitops-pusher/package.nix +2 −2 Original line number Diff line number Diff line { lib , tailscale , buildGoModule , buildGo123Module }: buildGoModule { buildGo123Module { inherit (tailscale) version src vendorHash CGO_ENABLED; pname = "tailscale-gitops-pusher"; Loading
pkgs/by-name/ta/tailscale-nginx-auth/package.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, tailscale }: { lib, stdenv, buildGo123Module, tailscale }: buildGoModule { buildGo123Module { pname = "tailscale-nginx-auth"; inherit (tailscale) version src vendorHash; Loading
pkgs/servers/tailscale/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ }: let version = "1.72.1"; version = "1.74.0"; in buildGoModule { pname = "tailscale"; Loading @@ -25,7 +25,7 @@ buildGoModule { owner = "tailscale"; repo = "tailscale"; rev = "v${version}"; hash = "sha256-b1o3UHotVs5/+cpMx9q8bvt6BSM2QamLDUNyBNfb58A="; hash = "sha256-KTg1rxyCgvZAwkGxhFXLff5UggKlqa6VLMItK81JV2k="; }; patches = [ Loading @@ -37,7 +37,7 @@ buildGoModule { }) ]; vendorHash = "sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8="; vendorHash = "sha256-HJEgBs2GOzXvRa95LdwySQmG4/+QwupFDBGrQT6Y2vE="; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ]; Loading
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -25737,7 +25737,9 @@ with pkgs; systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { }; tailscale = callPackage ../servers/tailscale { }; tailscale = callPackage ../servers/tailscale { buildGoModule = buildGo123Module; }; tailscale-systray = callPackage ../applications/misc/tailscale-systray { };