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
b254684245
ncdu: 1.15 -> 1.15.1
...
https://dev.yorhel.nl/ncdu/changes
2020-06-15 08:39:21 +10:00
zowoq
d2528b8873
ncdu: add maintainer
2020-06-08 13:25:16 +10:00
zowoq
d75908d5fc
ncdu: 1.14.2 -> 1.15
...
https://dev.yorhel.nl/ncdu/changes
2020-05-31 00:05:33 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
zowoq
4dfac925a6
ncdu: 1.14.1 -> 1.14.2
...
https://dev.yorhel.nl/ncdu/changes
2020-02-11 08:36:31 +10:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
24d22fe619
ncdu: 1.14 -> 1.14.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/ncdu/versions
2019-08-19 17:48:11 -07: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
dywedir
c7df612e2a
ncdu: 1.13 -> 1.14
2019-02-05 09:39:57 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Tuomas Tynkkynen
583af89fc0
ncdu: 1.12 -> 1.13
2018-02-02 01:33:43 +02:00
Pascal Wittmann
f63c21569f
Fix homepage links (see #30636 )
2017-11-11 17:36:48 +01:00
Pascal Wittmann
69d3536852
ncdu: 1.11 -> 1.12
2016-11-17 22:34:03 +01:00
Pascal Wittmann
e928a5379f
ncdu: update from 1.10 to 1.11
2015-05-29 22:17:02 +02:00
Evgeny Egorochkin
d189a57fd7
ncdu: update from 1.8 to 1.10
2014-02-27 18:49:28 +02:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Domen Kozar
301d2e5431
ncdu: set platforms
2013-05-04 20:34:15 +02:00
aszlig
ec6926bf7e
ncdu: New package, starting at version 1.8.
...
`ncdu` is a little ncurses tool to browse the filesystem tree sorted by disk
usage.
2012-08-22 10:02:19 +02:00