insync: 1.3.17.36167 -> 1.3.22.36179
This commit is contained in:
parent
de87c0348c
commit
e7fb957838
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "insync-${version}";
|
||||
version = "1.3.17.36167";
|
||||
version = "1.3.22.36179";
|
||||
src =
|
||||
if stdenv.system == "x86_64-linux" then
|
||||
fetchurl {
|
||||
url = "http://s.insynchq.com/builds/insync-portable_${version}_amd64.tar.bz2";
|
||||
sha256 = "0mvg22psiy4x9g7k1fm9pigz2a70jmin7zg2nfzapfnqjlnrbw3n";
|
||||
sha256 = "0jmycpbmfvvpilcycyg6zgpjz6449bs17d2w4jx7m1rvzmpkk140";
|
||||
}
|
||||
else
|
||||
throw "${name} is not supported on ${stdenv.system}";
|
||||
|
Loading…
Reference in New Issue
Block a user