packages/viber: add webarchive url instead of direct link
This commit is contained in:
parent
9d7436939b
commit
60e18856a7
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user