tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
insync: 1.3.17.36167 -> 1.3.22.36179
Aristid Breitkreuz
8 years ago
e7fb9578
de87c034
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
insync
default.nix
+2
-2
pkgs/applications/networking/insync/default.nix
···
2
3
stdenv.mkDerivation rec {
4
name = "insync-${version}";
5
-
version = "1.3.17.36167";
6
src =
7
if stdenv.system == "x86_64-linux" then
8
fetchurl {
9
url = "http://s.insynchq.com/builds/insync-portable_${version}_amd64.tar.bz2";
10
-
sha256 = "0mvg22psiy4x9g7k1fm9pigz2a70jmin7zg2nfzapfnqjlnrbw3n";
11
}
12
else
13
throw "${name} is not supported on ${stdenv.system}";
···
2
3
stdenv.mkDerivation rec {
4
name = "insync-${version}";
5
+
version = "1.3.22.36179";
6
src =
7
if stdenv.system == "x86_64-linux" then
8
fetchurl {
9
url = "http://s.insynchq.com/builds/insync-portable_${version}_amd64.tar.bz2";
10
+
sha256 = "0jmycpbmfvvpilcycyg6zgpjz6449bs17d2w4jx7m1rvzmpkk140";
11
}
12
else
13
throw "${name} is not supported on ${stdenv.system}";