Skip to content

Commit

Permalink
Merge pull request #81938 from Infinisil/fix/du-dust-name
Browse files Browse the repository at this point in the history
du-dust: Change derivation name from dust to du-dust
  • Loading branch information
infinisil committed Mar 7, 2020
2 parents ffc5201 + ad126ee commit a0d2bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/dust/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }:

rustPlatform.buildRustPackage rec {
pname = "dust";
pname = "du-dust";
version = "0.5.1";

src = fetchFromGitHub {
Expand All @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
'';
};

cargoSha256 = "1sjzcawyg1xsi4xrx2zwnj8yavzph8k1wgxsffgp55wghzypafwl";
cargoSha256 = "0s8z8cg9q0gfqm0ann8rkxwp5y25si97kgginh6b6lbnaai7y4fj";

doCheck = false;

Expand Down

0 comments on commit a0d2bed

Please sign in to comment.