about summary refs log tree commit diff
path: root/pkgs/tools/admin/dehydrated
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-03-05dehydrated: add missing dependency hexdumpMartin Puppe1-2/+2
2023-03-05dehydrated: apply nixpkgs-fmtMartin Puppe1-1/+1
2022-11-01dehydrated: 0.7.0 -> 0.7.1R. Ryantm1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
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-12-11dehydrated: 0.6.5 -> 0.7.0R. RyanTM1-2/+2
2019-09-12dehydrated: move to pname syntax, handle docs/manpage.Philipp1-7/+11
2019-07-02dehydrated: 0.6.2 -> 0.6.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dehydrated/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-29dehydrated: 0.6.1 -> 0.6.2Philipp Steinpass1-2/+2
2018-03-14dehydrated: 0.5.0 -> 0.6.1Ryan Mulligan1-2/+2
2018-02-25dehydrated: 0.4.0 -> 0.5.0Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/dehydrated -h` got 0 exit code - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/dehydrated --help` got 0 exit code - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/dehydrated -h` and found version 0.5.0 - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/dehydrated --help` and found version 0.5.0 - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/.dehydrated-wrapped -h` got 0 exit code - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/.dehydrated-wrapped --help` got 0 exit code - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/.dehydrated-wrapped -h` and found version 0.5.0 - ran `/nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0/bin/.dehydrated-wrapped --help` and found version 0.5.0 - found 0.5.0 with grep in /nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0 - found 0.5.0 in filename of file in /nix/store/khsw23siwrvmczmlcjdlp31ksqjxs902-dehydrated-0.5.0
2017-02-15dehydrated: 0.3.1 -> 0.4.0 (#22804)Philipp1-2/+2
2016-10-20Added package for dehydrated. (#19651)Philipp1-0/+31
* Added package for dehydrated.