Skip to content

Commit 9480628

Browse files
committedJul 15, 2017
insync: 1.3.16.36155 -> 1.3.17.36167
1 parent efe66e2 commit 9480628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/insync/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
name = "insync-${version}";
5-
version = "1.3.16.36155";
5+
version = "1.3.17.36167";
66
src =
77
if stdenv.system == "x86_64-linux" then
88
fetchurl {
99
url = "http://s.insynchq.com/builds/insync-portable_${version}_amd64.tar.bz2";
10-
sha256 = "1gf1qg7mkbcgqhwxkiljmd1w2zvarq6vhxhips3w06bqdyg12210";
10+
sha256 = "0mvg22psiy4x9g7k1fm9pigz2a70jmin7zg2nfzapfnqjlnrbw3n";
1111
}
1212
else
1313
throw "${name} is not supported on ${stdenv.system}";

0 commit comments

Comments
 (0)
Please sign in to comment.