tlspool: init at 20170123 (#23437)

This commit is contained in:
Joachim Schiele
2017-03-03 17:38:33 +01:00
committed by GitHub
parent 6c99a31c89
commit d6b0c87bda
6 changed files with 243 additions and 0 deletions
@@ -0,0 +1,12 @@
{ callPackage, fetchFromGitHub, autoreconfHook, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "1.0";
src = fetchFromGitHub {
owner = "arpa2";
repo = "gnutls-kdh";
rev = "ff3bb36f70a746f28554641d466e124098dfcb25";
sha256 = "1rr3p4r145lnprxn8hqyyzh3qkj3idsbqp08g07ndrhqnxq0k0sw";
};
})