viber: 6.5.5.1481 -> 7.0.0.1035

This commit is contained in:
infernalknight 2017-11-13 22:24:43 +03:00
parent 9a4b2de497
commit 0dfe582c5e

@ -7,11 +7,11 @@ assert stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "viber-${version}";
version = "6.5.5.1481";
version = "7.0.0.1035";
src = fetchurl {
url = "http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb";
sha256 = "0gvpaprfki04x66ga2ljksspdxd4cz455h92a7i2dnd69w1kik5s";
sha256 = "06mp2wvqx4y6rd5gs2mh442qcykjrrvwnkhlpx0lara331i2p0lj";
};
buildInputs = [ dpkg makeWrapper ];