dust: init at 0.2.3

This commit is contained in:
Silvan Mosberger 2018-04-18 22:11:28 +02:00
parent b5ca7fefc4
commit 6026e43bce
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{ stdenv, fetchFromGitHub, cargo, rustPlatform }:
rustPlatform.buildRustPackage rec {
name = "dust-${version}";
version = "0.2.3";
src = fetchFromGitHub {
owner = "bootandy";
repo = "dust";
rev = "v${version}";
sha256 = "1l8z1daiq2x92449p2ciblcwl0ddgr3vqj2dsd3z8jj3y0z8j51s";
};
cargoSha256 = "0x3ay440vbc64y3pd8zhd119sw8fih0njmkzpr7r8wdw3k48v96m";
doCheck = false;
meta = with stdenv.lib; {
description = "du + rust = dust. Like du but more intuitive";
homepage = https://github.com/bootandy/dust;
license = licenses.asl20;
maintainers = [ maintainers.infinisil ];
platforms = platforms.all;
};
}

View File

@ -15245,6 +15245,8 @@ with pkgs;
dunst = callPackage ../applications/misc/dunst { };
du-dust = callPackage ../tools/misc/dust { };
devede = callPackage ../applications/video/devede { };
denemo = callPackage ../applications/audio/denemo {