insync: 1.5.5.37367 -> 1.5.7.37371

This commit is contained in:
Aristid Breitkreuz 2019-06-10 17:09:59 +02:00
parent 567a05f6ab
commit 9299b47dc8

View File

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