mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
di: 4.37 -> 4.42; trim meta.description
This commit is contained in:
parent
cb86518fd3
commit
0385abbc70
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user