mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
di: 4.42 -> 4.43
This commit is contained in:
parent
61785c5531
commit
204850c975
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue