haskellPackages.tinc: 20161102 -> 20161119

This commit is contained in:
Robbin C 2017-01-21 11:58:25 +08:00
parent 78c68f23d0
commit 8a89d89352

View File

@ -7,12 +7,12 @@
}: }:
mkDerivation { mkDerivation {
pname = "tinc"; pname = "tinc";
version = "20161102"; version = "20161119";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sol"; owner = "sol";
repo = "tinc"; repo = "tinc";
rev = "411d0f319717d01dc71bd5c1faef8035656eaf3d"; rev = "8e31ed920ad1660b3bc458b4f6b281bacaf4bd14";
sha256 = "040vyg9n7ihnqs6fyhhr5p4xscfxhji02wsfw4nncpxflzaciji5"; sha256 = "0y9pvr20p9z4dddbfxgy9hl3ny7pxixxjg8ij7g8l14br6mcak30";
}; };
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;