du-dust: Change derivation name from dust to du-dust

This prevents confusion by nix-env when installing packages by
derivation name, since there is another package named dust already
This commit is contained in:
Silvan Mosberger 2020-03-07 00:33:57 +01:00
parent efcab647ab
commit ad126ee28e
No known key found for this signature in database
GPG Key ID: E8F1E9EAD284E17D

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "dust";
pname = "du-dust";
version = "0.5.1";
src = fetchFromGitHub {
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
'';
};
cargoSha256 = "1sjzcawyg1xsi4xrx2zwnj8yavzph8k1wgxsffgp55wghzypafwl";
cargoSha256 = "0s8z8cg9q0gfqm0ann8rkxwp5y25si97kgginh6b6lbnaai7y4fj";
doCheck = false;