summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tomb
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21tomb: 2.8.1 -> 2.9Roxie Gibson1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-19tomb: 2.8 -> 2.8.1Maxine Aubrey1-2/+2
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-11-18tomb: 2.7 -> 2.8Aaron Janse1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-30tomb: 2.6 -> 2.7 (#74693)R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-03tomb: 2.5 -> 2.6R. 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/tomb/versions
2019-04-12tomb: add sudo to buildInputsBrice Waegeneire1-3/+3
2019-04-05tomb: remove gpg symlinkBrice Waegeneire1-8/+8
2018-01-04tomb: 2.4 -> 2.5Victor Calvert1-2/+2
2017-08-11gnupg: 2.1.22 -> 2.1.23Lancelot SIX1-2/+1
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
2017-06-05tomb: clean up and use gnupg 2 instead of gnupg 1Peter Hoeg1-20/+24
2017-05-03tomb: 2.2 -> 2.4 (#25465)Victor Calvert1-3/+3
2016-04-22tomb: init at version 2.2Ethan Pailes1-0/+41