Merge pull request #23274 from robbinch/pkg-tinc

haskellPackages.tinc: 20161119 -> 20170228
This commit is contained in:
Peter Simons 2017-02-28 14:50:50 +01:00 committed by GitHub
commit 93c829d763
1 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@
}: }:
mkDerivation { mkDerivation {
pname = "tinc"; pname = "tinc";
version = "20161119"; version = "20170228";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sol"; owner = "sol";
repo = "tinc"; repo = "tinc";
rev = "8e31ed920ad1660b3bc458b4f6b281bacaf4bd14"; rev = "e829926a043a68a8a4dc551485c4d666837474af";
sha256 = "0y9pvr20p9z4dddbfxgy9hl3ny7pxixxjg8ij7g8l14br6mcak30"; sha256 = "1zdp1mqp3jn2faw0d3jlcbrkp4azgl5ahhq5pxdn24gyq70zkchc";
}; };
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;