packages/viber: add webarchive url instead of direct link

This commit is contained in:
Asmir A 2023-10-29 14:34:52 +01:00
parent 9d7436939b
commit 60e18856a7
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation {
src = fetchurl {
# Official link: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
url = "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";
sha256 = "0q34mwbk0i2vj2f16hk7pyshl8fqwym3lyr7iss22qw8cxx3mcg3";
};