Commit graph

19 commits

Author SHA1 Message Date
R. RyanTM d93af0391e di: 4.48 -> 4.48.0.1 2021-02-04 08:50:14 +00:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM efb4e8d764 di: 4.47.3 -> 4.48 2020-06-15 19:50:38 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 11a4eb48df di: 4.47.2 -> 4.47.3 2020-01-06 00:24:56 -08:00
Nathan b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
R. RyanTM 177eeccaac di: 4.47.1 -> 4.47.2 2019-11-01 13:35:07 -07:00
Michael Fellinger 1a27482a6c di: fix homepage 2019-10-05 22:59:23 +09:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 467ce7b534 di: 4.47 -> 4.47.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/di/versions
2019-07-03 09:14:17 +02:00
R. RyanTM 0cb3cd5604 di: 4.46 -> 4.47
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/di/versions.
2018-08-17 05:32:31 -07:00
R. RyanTM 47e8c75a0c di: 4.45 -> 4.46
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/di/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/8vbvsrd7iwc19w4p86ydkmr9bxb2nnpj-di-4.46/bin/mi -h’ got 0 exit code
- ran ‘/nix/store/8vbvsrd7iwc19w4p86ydkmr9bxb2nnpj-di-4.46/bin/mi --help’ got 0 exit code
- ran ‘/nix/store/8vbvsrd7iwc19w4p86ydkmr9bxb2nnpj-di-4.46/bin/di -h’ got 0 exit code
- ran ‘/nix/store/8vbvsrd7iwc19w4p86ydkmr9bxb2nnpj-di-4.46/bin/di --help’ got 0 exit code
- found 4.46 with grep in /nix/store/8vbvsrd7iwc19w4p86ydkmr9bxb2nnpj-di-4.46
- directory tree listing: https://gist.github.com/d35cd075cfb508460c77f21a1cae002e
2018-05-03 16:00:21 +02:00
R. RyanTM 4a89e6faf0 di: 4.44 -> 4.45
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/di/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/lywps7y61srkjdi9pr5dv5dwjz8290mk-di-4.45/bin/mi -h’ got 0 exit code
- ran ‘/nix/store/lywps7y61srkjdi9pr5dv5dwjz8290mk-di-4.45/bin/mi --help’ got 0 exit code
- ran ‘/nix/store/lywps7y61srkjdi9pr5dv5dwjz8290mk-di-4.45/bin/di -h’ got 0 exit code
- ran ‘/nix/store/lywps7y61srkjdi9pr5dv5dwjz8290mk-di-4.45/bin/di --help’ got 0 exit code
- found 4.45 with grep in /nix/store/lywps7y61srkjdi9pr5dv5dwjz8290mk-di-4.45
- directory tree listing: https://gist.github.com/1cd553895ef02afdac0366bfee9f022e
2018-04-11 01:13:06 -07:00
Michael Fellinger 71304fa3bf di: 4.43 -> 4.44 2017-07-11 21:57:12 +02:00
ndowens 204850c975 di: 4.42 -> 4.43 2017-03-01 13:09:43 -06:00
Tobias Geerinckx-Rice 0385abbc70
di: 4.37 -> 4.42; trim meta.description 2016-07-05 09:29:42 +02:00
Franz Pletz b5fdb8585b di: 4.36 -> 4.37 2016-05-03 16:15:20 +02:00
Michael Fellinger ccd16c338d di: 4.35 -> 4.36 2015-11-01 12:55:09 +01:00
Michael Fellinger e07b5c95af Add di package 2014-08-28 14:16:11 +02:00