about summary refs log tree commit diff
path: root/pkgs/tools/networking/stun/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2016-12-20stun: gzip -9 -> gzip -9nJoachim Fasting1-2/+2
Note that it does not seem to make a difference to `nix-build --check`.
2016-09-07stun: 0.96 -> 0.97obadz1-22/+28
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-5/+5
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2009-10-18adding stunMarc Weber1-0/+36
svn path=/nixpkgs/trunk/; revision=17860