Ashish SHUKLA
|
994923454a
|
ugrep: 3.10.0 -> 3.11.0
|
2023-03-20 04:18:10 +05:30 |
|
Ashish SHUKLA
|
a4d5b8533a
|
ugrep: 3.9.7 -> 3.10.0
|
2023-03-01 11:28:03 +05:30 |
|
Ashish SHUKLA
|
9a16d03fd5
|
ugrep: 3.9.6 -> 3.9.7
|
2023-02-01 09:22:26 +00:00 |
|
Ashish SHUKLA
|
300a98a769
|
ugrep: 3.9.5 -> 3.9.6
|
2023-01-27 19:17:35 +01:00 |
|
Ashish SHUKLA
|
f8f4969828
|
ugrep: 3.9.4 -> 3.9.5
|
2023-01-18 01:45:11 +05:30 |
|
Ashish SHUKLA
|
26f53e140e
|
ugrep: 3.9.3 -> 3.9.4
|
2023-01-05 19:32:01 +05:30 |
|
Fabian Affolter
|
6b20c8741e
|
ugrep: add cahngelog to meta
|
2022-12-31 12:57:20 +01:00 |
|
Ashish SHUKLA
|
d2a9d97206
|
ugrep: 3.9.2 -> 3.9.3
|
2022-12-31 11:43:15 +05:30 |
|
Ashish SHUKLA
|
2cf76d7f89
|
ugrep: 3.9.1 -> 3.9.2
|
2022-08-21 18:29:31 +02:00 |
|
Ashish SHUKLA
|
2ad332f625
|
ugrep: 3.9.0 -> 3.9.1
|
2022-08-15 08:29:42 +02:00 |
|
Ashish SHUKLA
|
f0924b9416
|
ugrep: 3.8.3 -> 3.9.0
|
2022-08-13 08:32:43 +02:00 |
|
Ashish SHUKLA
|
e22d80eb77
|
ugrep: 3.8.2 -> 3.8.3
|
2022-06-30 07:37:46 +05:30 |
|
Ashish SHUKLA
|
2f6b3d48d1
|
ugrep: 3.7.9 -> 3.8.2
|
2022-06-11 08:31:02 +05:30 |
|
Mario Rodas
|
f67df1807f
|
ugrep: 3.7.7 -> 3.7.9
https://github.com/Genivia/ugrep/releases/tag/v3.7.8
https://github.com/Genivia/ugrep/releases/tag/v3.7.9
|
2022-04-22 04:20:00 +00:00 |
|
R. Ryantm
|
f4e667594f
|
ugrep: 3.7.6 -> 3.7.7
|
2022-04-06 23:30:32 +00:00 |
|
Sebastian Sellmeier
|
dd9d0d51bc
|
ugrep: 3.7.1 -> 3.7.6
|
2022-03-22 20:01:10 +01:00 |
|
R. RyanTM
|
27f8ac106d
|
ugrep: 3.6.0 -> 3.7.1
* ugrep: 3.6.0 -> 3.7.0 (#157094)
* ugrep: 3.7.0 -> 3.7.1
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
|
2022-02-01 23:49:29 +01:00 |
|
R. Ryantm
|
cda331a6ed
|
ugrep: 3.5.0 -> 3.6.0
|
2022-01-19 16:14:56 +01:00 |
|
R. Ryantm
|
21e5e2a548
|
ugrep: 3.4.0 -> 3.5.0
|
2022-01-11 06:10:27 +00:00 |
|
R. Ryantm
|
29744e0ff3
|
ugrep: 3.3.12 -> 3.4.0
|
2021-12-22 08:31:51 +00:00 |
|
R. Ryantm
|
0acfd0c1e1
|
ugrep: 3.3.10 -> 3.3.12
|
2021-12-12 13:58:20 +00:00 |
|
R. Ryantm
|
8842ca4b9f
|
ugrep: 3.3.8 -> 3.3.10
|
2021-12-06 12:02:22 +00:00 |
|
R. Ryantm
|
3f60aa06f5
|
ugrep: 3.3.7 -> 3.3.8
|
2021-10-28 13:54:03 +00:00 |
|
R. RyanTM
|
5648013042
|
ugrep: 3.3 -> 3.3.7
|
2021-08-17 20:08:45 +00:00 |
|
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 |
|