insync: 1.3.17.36167 -> 1.3.22.36179

This commit is contained in:
Aristid Breitkreuz 2018-02-24 11:24:03 +01:00
parent de87c0348c
commit e7fb957838

View File

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