viber: use webarchive for a stable source

(cherry picked from commit 24ba97a40beb3bc913ab724c8e66b97a06d52db1)
This commit is contained in:
Artturin 2021-06-02 03:56:40 +03:00 committed by github-actions[bot]
parent 6178c4009c
commit d5b481dd69
1 changed files with 2 additions and 1 deletions

View File

@ -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";
};