insync: 1.3.16.36155 -> 1.3.17.36167

This commit is contained in:
Aristid Breitkreuz 2017-07-15 10:21:12 +02:00
parent efe66e221f
commit 9480628286

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "insync-${version}";
version = "1.3.16.36155";
version = "1.3.17.36167";
src =
if stdenv.system == "x86_64-linux" then
fetchurl {
url = "http://s.insynchq.com/builds/insync-portable_${version}_amd64.tar.bz2";
sha256 = "1gf1qg7mkbcgqhwxkiljmd1w2zvarq6vhxhips3w06bqdyg12210";
sha256 = "0mvg22psiy4x9g7k1fm9pigz2a70jmin7zg2nfzapfnqjlnrbw3n";
}
else
throw "${name} is not supported on ${stdenv.system}";