di: 4.42 -> 4.43

This commit is contained in:
ndowens 2017-03-01 13:09:43 -06:00
parent 61785c5531
commit 204850c975

View File

@ -1,11 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "di-4.42";
name = "di-${version}";
version = "4.43";
src = fetchurl {
url = "http://gentoo.com/di/${name}.tar.gz";
sha256 = "1i6m9zdnidn8268q1lz9fd8payk7s4pgwh5zlam9rr4dy6h6a67n";
sha256 = "1q25jy51qfzsym9b2w0cqzscq2j492gn60dy6gbp88m8nwm4sdy8";
};
makeFlags = [ "INSTALL_DIR=$(out)" ];
@ -14,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Disk information utility; displays everything 'df' does and more";
homepage = http://www.gentoo.com/di/;
license = licenses.zlib;
maintainers = with maintainers; [ manveru ];
maintainers = with maintainers; [ manveru ndowens ];
platforms = platforms.all;
};
}