mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskellPackages.tinc: 20161119 -> 20170228
This commit is contained in:
parent
df202fdeb8
commit
256c4003e4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue