From 0385abbc707e859dc16e146365dc8e072cf6caa3 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 4 Jul 2016 22:39:58 +0200 Subject: [PATCH] di: 4.37 -> 4.42; trim meta.description --- pkgs/tools/system/di/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/system/di/default.nix b/pkgs/tools/system/di/default.nix index 9af1f8192c3c..baacfe6969e7 100644 --- a/pkgs/tools/system/di/default.nix +++ b/pkgs/tools/system/di/default.nix @@ -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 ];