insync: 1.5.5.37367 -> 1.5.7.37371
This commit is contained in:
parent
567a05f6ab
commit
9299b47dc8
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "insync-${version}";
|
name = "insync-${version}";
|
||||||
version = "1.5.5.37367";
|
version = "1.5.7.37371";
|
||||||
src =
|
src =
|
||||||
if stdenv.hostPlatform.system == "x86_64-linux" then
|
if stdenv.hostPlatform.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 = "1yz8l8xjr0pm30hvv4w59wzs569xzkpn8lv12pyl82r1l16h5zp3";
|
sha256 = "1cm3q6y2crw6pcsvh21sbkmh1hin7xl4fyslc96nbyql8rxsky5n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw "${name} is not supported on ${stdenv.hostPlatform.system}";
|
throw "${name} is not supported on ${stdenv.hostPlatform.system}";
|
||||||
|
Loading…
Reference in New Issue
Block a user