di: 4.37 -> 4.42; trim meta.description

This commit is contained in:
Tobias Geerinckx-Rice 2016-07-04 22:39:58 +02:00
parent cb86518fd3
commit 0385abbc70
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -1,17 +1,17 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "di-4.37";
name = "di-4.42";
src = fetchurl {
url = "http://gentoo.com/di/${name}.tar.gz";
sha256 = "1ljamhbpfps5b3n6gsk11znjv2f0cqfy7imda2qmzrlb8dipjs0h";
sha256 = "1i6m9zdnidn8268q1lz9fd8payk7s4pgwh5zlam9rr4dy6h6a67n";
};
makeFlags = "INSTALL_DIR=$(out)";
makeFlags = [ "INSTALL_DIR=$(out)" ];
meta = with stdenv.lib; {
description = "A disk information utility, displaying everything (and more) that your 'df' command does";
description = "Disk information utility; displays everything 'df' does and more";
homepage = http://www.gentoo.com/di/;
license = licenses.zlib;
maintainers = with maintainers; [ manveru ];