about summary refs log tree commit diff
path: root/pkgs/applications/networking/insync
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2023-05-09 17:03:07 +0200
committerRomeo Disca <romeo.disca@gmail.com>2023-05-09 21:20:50 +0200
commitfd62f6ac9bf9294e8f5aa5cddf0891de3cdc61d7 (patch)
treec70445654d876c877c0e5f84a2a13eabbfd48de2 /pkgs/applications/networking/insync
parentd7bbeedaac9f07965cb47d0e5ec3301fd2a91aaa (diff)
insync-v3: 3.3.5.40925 -> 3.8.5.50499
Diffstat (limited to 'pkgs/applications/networking/insync')
-rw-r--r--pkgs/applications/networking/insync/v3.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/applications/networking/insync/v3.nix b/pkgs/applications/networking/insync/v3.nix
index 933d2288069a1..b121b1c1ec5e3 100644
--- a/pkgs/applications/networking/insync/v3.nix
+++ b/pkgs/applications/networking/insync/v3.nix
@@ -20,11 +20,11 @@
 
 stdenv.mkDerivation rec {
   pname = "insync";
-  version = "3.3.5.40925";
+  version = "3.8.5.50499";
 
   src = fetchurl {
-    url = "http://s.insynchq.com/builds/${pname}_${version}-focal_amd64.deb";
-    sha256 = "sha256-lYlG/8d7teX98F5eDxm4EdBfFs7Sz3Td4kKLC6KZqnQ=";
+    url = "https://cdn.insynchq.com/builds/linux/${pname}_${version}-focal_amd64.deb";
+    hash = "sha256-CtDwU0Cey12kDjEX+Y9x7pfKNARfKDopWsDVRaA1Zts=";
   };
 
   postPatch = ''
@@ -78,7 +78,5 @@ stdenv.mkDerivation rec {
 
      There is a 15-day free trial, and it is a paid application after that.
     '';
-    # download URL removed
-    broken = true;
   };
 }