Skip to content

Commit

Permalink
insync: 1.3.17.36167 -> 1.3.22.36179
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Feb 24, 2018
1 parent de87c03 commit e7fb957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/insync/default.nix
Expand Up @@ -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}";
Expand Down

0 comments on commit e7fb957

Please sign in to comment.