1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
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}";