summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tomb
Commit message (Collapse)AuthorAge
* tomb: 2.8.1 -> 2.9Roxie Gibson2021-01-21
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* tomb: 2.8 -> 2.8.1Maxine Aubrey2020-12-19
|
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* tomb: 2.7 -> 2.8Aaron Janse2020-11-18
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* tomb: 2.6 -> 2.7 (#74693)R. RyanTM2019-11-30
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* tomb: 2.5 -> 2.6R. RyanTM2019-07-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tomb/versions
* tomb: add sudo to buildInputsBrice Waegeneire2019-04-12
|
* tomb: remove gpg symlinkBrice Waegeneire2019-04-05
|
* tomb: 2.4 -> 2.5Victor Calvert2018-01-04
|
* gnupg: 2.1.22 -> 2.1.23Lancelot SIX2017-08-11
| | | | | | | | | | | | | This release in a RC for gnupg-2.2. The main difference as far as nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and `gpgv2` is called `gpgv`. This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs, but there might be some packaged software that internally use `gpg2` not handeled by this commit. See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html for full release information
* tomb: clean up and use gnupg 2 instead of gnupg 1Peter Hoeg2017-06-05
|
* tomb: 2.2 -> 2.4 (#25465)Victor Calvert2017-05-03
|
* tomb: init at version 2.2Ethan Pailes2016-04-22