lksctp-tools: init at 1.0.17
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lksctp-tools-1.0.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/lksctp/${name}.tar.gz";
|
||||
sha256 = "05da6c2v3acc18ndvmkrag6x5lf914b7s0xkkr6wkvrbvd621sqs";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Linux Kernel Stream Control Transmission Protocol Tools.";
|
||||
homepage = http://lksctp.sourceforge.net/;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user