Commit graph

13 commits

Author SHA1 Message Date
Mario Rodas 776f1d3592 ugrep: 3.2.2 -> 3.3
https://github.com/Genivia/ugrep/releases/tag/v3.3
2021-05-29 00:00:00 +00:00
Fabian Affolter 9bc3e666fa ugrep: 3.1.7 -> 3.2.2 2021-05-28 13:41:41 +02:00
Fabian Affolter 55b79e3700 ugrep: 3.1.0 -> 3.1.7 2021-02-23 17:51:02 +01: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
Matthias Beyer dc8f4337d2 ugrep: 3.0.6 -> 3.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-19 21:02:00 +01:00
R. RyanTM ccca330f61 ugrep: 3.0.5 -> 3.0.6 2020-12-08 08:27:12 +00:00
R. RyanTM 84b4bd65d7 ugrep: 3.0.4 -> 3.0.5 2020-11-22 14:57:37 +00:00
R. RyanTM 0d4ac47717 ugrep: 2.5.5 -> 3.0.4 2020-11-12 09:41:50 +00:00
R. RyanTM 6f7120772e ugrep: 2.5.3 -> 2.5.5 2020-09-07 05:33:04 +00:00
R. RyanTM a22da2e043 ugrep: 2.5.1 -> 2.5.3 2020-08-24 18:53:30 +00:00
R. RyanTM d89dc0ac2c ugrep: 2.5.0 -> 2.5.1 2020-08-12 22:13:07 +00:00
R. RyanTM 897efe18e9 ugrep: 2.4.1 -> 2.5.0 2020-07-31 12:46:30 +00:00
Sebastien Bariteau 9ab83c6eed
ugrep: init at 2.4.1 (#93296) 2020-07-25 11:16:21 +10:00