about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-06 01:12:08 +0200
committerGitHub <noreply@github.com>2021-06-06 01:12:08 +0200
commit0d70bbcda446223255fdd0218301e71cf5b9bbdc (patch)
tree470388e644ca48e7961f3f6f219cf00011936455 /pkgs/applications/networking/instant-messengers
parent420000ebc442cb97ced3ea317801290c8b5b2969 (diff)
parent24ba97a40beb3bc913ab724c8e66b97a06d52db1 (diff)
Merge pull request #125312 from Artturin/fix-viber-source
viber: use webarchive for a stable source
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/viber/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/viber/default.nix b/pkgs/applications/networking/instant-messengers/viber/default.nix
index 0224edc652fa7..7496063c58eeb 100644
--- a/pkgs/applications/networking/instant-messengers/viber/default.nix
+++ b/pkgs/applications/networking/instant-messengers/viber/default.nix
@@ -9,7 +9,8 @@ stdenv.mkDerivation {
   version = "13.3.1.22";
 
   src = fetchurl {
-    url = "https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb";
+    # Official link: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
+    url = "http://web.archive.org/web/20210602004133/https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb";
     sha256 = "0rs26x0lycavybn6k1hbb5kzms0zzcmxlrmi4g8k7vyafj6s8dqh";
   };