Loading pkgs/by-name/ta/tailscale/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ buildGoModule (finalAttrs: { pname = "tailscale"; version = "1.92.5"; version = "1.94.0"; outputs = [ "out" Loading @@ -35,10 +35,10 @@ buildGoModule (finalAttrs: { owner = "tailscale"; repo = "tailscale"; tag = "v${finalAttrs.version}"; hash = "sha256-S0aD+x8dUPHaNb5MdB41oeID/8eERB3FKKuuqlCqJkU="; hash = "sha256-kwIWUKKXBz0rmiicLEaR4d3T94aA4VqiVrFFV9vk7g0="; }; vendorHash = "sha256-jJSSXMyUqcJoZuqfSlBsKDQezyqS+jDkRglMMjG1K8g="; vendorHash = "sha256-WeMTOkERj4hvdg4yPaZ1gRgKnhRIBXX55kUVbX/k/xM="; nativeBuildInputs = [ makeWrapper Loading Loading @@ -155,6 +155,10 @@ buildGoModule (finalAttrs: { # Fails because we vendor dependencies "TestLicenseHeaders" # Uses testing/synctest with gonotify.DirWatcher which spawns goroutines # that block on inotify syscalls incompatible with synctest's bubble mechanism "TestDNSTrampleRecovery" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # syscall default route interface en0 differs from netstat Loading Loading
pkgs/by-name/ta/tailscale/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ buildGoModule (finalAttrs: { pname = "tailscale"; version = "1.92.5"; version = "1.94.0"; outputs = [ "out" Loading @@ -35,10 +35,10 @@ buildGoModule (finalAttrs: { owner = "tailscale"; repo = "tailscale"; tag = "v${finalAttrs.version}"; hash = "sha256-S0aD+x8dUPHaNb5MdB41oeID/8eERB3FKKuuqlCqJkU="; hash = "sha256-kwIWUKKXBz0rmiicLEaR4d3T94aA4VqiVrFFV9vk7g0="; }; vendorHash = "sha256-jJSSXMyUqcJoZuqfSlBsKDQezyqS+jDkRglMMjG1K8g="; vendorHash = "sha256-WeMTOkERj4hvdg4yPaZ1gRgKnhRIBXX55kUVbX/k/xM="; nativeBuildInputs = [ makeWrapper Loading Loading @@ -155,6 +155,10 @@ buildGoModule (finalAttrs: { # Fails because we vendor dependencies "TestLicenseHeaders" # Uses testing/synctest with gonotify.DirWatcher which spawns goroutines # that block on inotify syscalls incompatible with synctest's bubble mechanism "TestDNSTrampleRecovery" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # syscall default route interface en0 differs from netstat Loading