packages/viber: add direct link as archive.org is slow atm

This commit is contained in:
Asmir A 2023-11-02 16:28:16 +01:00
parent d720a9cefb
commit 747d488bfb
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
# Official link: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb # Official link: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
url = "https://web.archive.org/web/20230906015353if_/https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb"; url = "https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb";
sha256 = "0q34mwbk0i2vj2f16hk7pyshl8fqwym3lyr7iss22qw8cxx3mcg3"; sha256 = "0q34mwbk0i2vj2f16hk7pyshl8fqwym3lyr7iss22qw8cxx3mcg3";
}; };