Skip to content

Commit

Permalink
Merge pull request #80305 from bhipple/u/rust-cargo-mq-cli
Browse files Browse the repository at this point in the history
mq-cli: upgrade cargo fetcher and cargoSha256
  • Loading branch information
worldofpeace committed Feb 18, 2020
2 parents 95cfa80 + f31c9a0 commit 5f197db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/system/mq-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "02z85waj5jc312biv2qhbgplsggxgjmfmyv9v8b1ky0iq1mpxjw7";
};

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "03ab6jbcgmbgg9hn7ihk8814sjwdmrr9p4xlll6nfdad4a7gq3yn";
cargoSha256 = "19ccylnmmlm2d8kc178cffpjwrjlia6b4v3nzvxcs81a396ymr7b";

meta = with lib; {
description = "CLI tool to manage POSIX message queues";
Expand Down

0 comments on commit 5f197db

Please sign in to comment.