mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
OpenNAT: init at 2.1.0
This commit is contained in:
parent
de3860229a
commit
40cab6182c
@ -181,6 +181,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
outputFiles = [ "bin/*" ];
|
||||
};
|
||||
|
||||
OpenNAT = fetchNuGet {
|
||||
baseName = "Open.NAT";
|
||||
version = "2.1.0";
|
||||
sha256 = "1jyd30fwycdwx5ck96zhp2xf20yz0sp7g3pjbqhmay4kd322mfwk";
|
||||
outputFiles = [ "lib/*" ];
|
||||
};
|
||||
|
||||
MonoNat = fetchNuGet {
|
||||
baseName = "Mono.Nat";
|
||||
version = "1.2.24";
|
||||
|
Loading…
Reference in New Issue
Block a user