about summary refs log tree commit diff
path: root/pkgs/tools/misc/nncp
AgeCommit message (Collapse)AuthorFilesLines
2022-11-18nncp: 8.8.1 -> 8.8.2Emery Hemingway1-2/+2
2022-11-08nncp: 8.8.0 -> 8.8.1Emery Hemingway1-2/+3
2022-09-27{anydesk,btrbk,nncp}: simplify update scriptJosé Romildo1-2/+0
- There is no need to pass pname and version arguments - The version lister does not use positional arguments anymore, but option arguments. Removed the echo command to fix an issue regarding this.
2022-09-07nncp: 8.7.2 -> 8.8.0Emery Hemingway1-2/+2
2022-03-13nncp: 8.7.1 -> 8.7.2Emery Hemingway1-2/+2
2022-03-09nncp: 8.7.0 -> 8.7.1Emery Hemingway1-2/+2
2022-03-06nncp: 8.6.0 -> 8.7.0Emery Hemingway1-2/+2
2022-03-02nncp: 8.5.0 -> 8.6.0Emery Hemingway1-2/+2
2022-01-27nncp: 8.3.0 -> 8.5.0Emery Hemingway1-2/+2
2022-01-24nncp: 8.2.0 -> 8.3.0Emery Hemingway1-2/+2
2022-01-22nncp: 8.1.0 -> 8.2.0Emery Hemingway1-2/+2
2022-01-18nncp: 8.0.2 -> 8.1.0Emery Hemingway1-2/+2
2021-12-20nncp: 7.7.0 -> 8.0.2Emery Hemingway1-21/+13
This update introduces an encrypted packet format that is incompatible with releases older than 8.0.0.
2021-09-12nncp: 7.6.0 -> 7.7.0R. RyanTM1-2/+2
2021-08-31nncp: 6.5.0 -> 7.6.0Frank Doepper1-2/+2
2021-06-10nncp: 6.4.0 -> 6.5.0Frank Doepper1-2/+2
2021-04-24nntp: 6.3.0 -> 6.4.0Frank Doepper1-2/+2
2021-04-14nncp: 6.2.0 -> 6.3.0Frank Doepper1-2/+2
2021-03-19nncp: 5.3.3 -> 6.2.0Frank Doepper1-10/+20
- change build system from makefile to redo - license gpl3Only
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-26nncp: init at 5.3.3Frank Doepper1-0/+61