about summary refs log tree commit diff
path: root/pkgs/applications/networking/twingate
diff options
context:
space:
mode:
authorTwingate Build Bot <build-bot@twingate.com>2023-07-18 14:01:22 +0000
committerTwingate Build Bot <build-bot@twingate.com>2023-07-18 14:01:22 +0000
commit6a5370f0f1eb6d3942e3c6c75f2546508893e289 (patch)
tree02c8c63704928c42b30edee91e8062beae5f64d4 /pkgs/applications/networking/twingate
parent8ad59ed1b2c41509e1ec7420bfd7bb18937aaa71 (diff)
twingate client: 1.0.60 -> 1.0.83
Diffstat (limited to 'pkgs/applications/networking/twingate')
-rw-r--r--pkgs/applications/networking/twingate/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/applications/networking/twingate/default.nix b/pkgs/applications/networking/twingate/default.nix
index e555ddacffd8c..e14d56956446c 100644
--- a/pkgs/applications/networking/twingate/default.nix
+++ b/pkgs/applications/networking/twingate/default.nix
@@ -8,16 +8,15 @@
 , udev
 , cryptsetup
 , stdenv
-, nixosTests
 }:
 
 stdenv.mkDerivation rec {
   pname = "twingate";
-  version = "1.0.60";
+  version = "1.0.83+88994";
 
   src = fetchurl {
-    url = "https://binaries.twingate.com/client/linux/DEB/${version}/twingate-amd64.deb";
-    sha256 = "b308c422af8a33ecd58e21a10a72c353351a189df67006e38d1ec029a93d5678";
+    url = "https://binaries.twingate.com/client/linux/DEB/x86_64/${version}/twingate-amd64.deb";
+    sha256 = "acf623192ae348d49d8cc6513f419dedaf65442f88d3aa0ebd964450427ab399";
   };
 
   buildInputs = [ dbus curl libnl udev cryptsetup ];
@@ -42,8 +41,6 @@ stdenv.mkDerivation rec {
     mv usr/share $out/share
   '';
 
-  passthru.tests = { inherit (nixosTests) twingate; };
-
   meta = with lib; {
     description = "Twingate Client";
     homepage = "https://twingate.com";