Merge pull request #81938 from Infinisil/fix/du-dust-name

du-dust: Change derivation name from dust to du-dust
This commit is contained in:
Silvan Mosberger 2020-03-07 13:41:09 +01:00 committed by GitHub
commit a0d2bed383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;