Commit Graph

72 Commits

Author SHA1 Message Date
Fabian Affolter
4b463787dd gdu: 4.10.0 -> 4.10.1 2021-04-16 11:20:39 +02:00
R. RyanTM
4ff6c83f2d gdu: 4.9.1 -> 4.10.0 2021-04-10 09:46:02 +00:00
R. RyanTM
637c75cf50 gdu: 4.9.0 -> 4.9.1 2021-03-30 11:46:55 +00:00
R. RyanTM
38b9434ce9 gdu: 4.8.1 -> 4.9.0 2021-03-27 10:56:15 +00:00
R. RyanTM
df412f6927 gdu: 4.8.0 -> 4.8.1 2021-03-19 14:39:07 +00:00
R. RyanTM
db8a562751 gdu: 4.7.0 -> 4.8.0 2021-03-10 22:23:36 +00:00
R. RyanTM
bc483459e2 gdu: 4.6.5 -> 4.7.0 2021-03-04 15:47:49 +00:00
Fabian Affolter
1711e2afd8 gdu: enable tests and fix version output 2021-03-01 09:12:44 +01:00
R. RyanTM
d3f4aa97a3 gdu: 4.6.4 -> 4.6.5 2021-02-28 12:38:56 +00:00
R. RyanTM
8d10d8e304 gdu: 4.6.3 -> 4.6.4 2021-02-22 23:29:36 -05:00
R. RyanTM
0f9a5212f5 gdu: 4.6.2 -> 4.6.3 2021-02-20 21:27:08 +00:00
R. RyanTM
2e20907c26 gdu: 4.3.2 -> 4.6.2 2021-02-18 08:27:29 +00:00
R. RyanTM
900e866f84 gdu: 4.3.0 -> 4.3.2 2021-01-29 02:34:30 +00:00
zowoq
c4f1e134ac gdu: 4.2.0 -> 4.3.0
https://github.com/dundee/gdu/releases/tag/v4.3.0
2021-01-26 21:24:17 +10:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
zowoq
620868fbdb gdu: 3.0.0 -> 4.2.0
https://github.com/dundee/gdu/releases/tag/v4.0.0
https://github.com/dundee/gdu/releases/tag/v4.1.0
https://github.com/dundee/gdu/releases/tag/v4.2.0
2021-01-21 07:59:00 +10:00
zowoq
cd9256a288 gdu: 2.3.0 -> 3.0.0
https://github.com/dundee/gdu/releases/tag/v3.0.0
2021-01-18 13:44:19 +10:00
zowoq
2299a66b88 gdu: 2.2.0 -> 2.3.0
https://github.com/dundee/gdu/releases/tag/v2.3.0
2021-01-15 05:36:04 +10:00
zowoq
bab15d6bcd gdu: 2.1.0 -> 2.2.0
https://github.com/dundee/gdu/releases/tag/v2.2.0
2021-01-12 16:13:13 +10: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
zowoq
517241f354 gdu: 2.0.0 -> 2.1.0
https://github.com/dundee/gdu/releases/tag/v2.1.0
2021-01-05 18:44:43 +10:00
Fabian Affolter
d5482c2ad2 gdu: init at 2.0.0 2021-01-04 08:51:06 +01:00