Merge pull request #80305 from bhipple/u/rust-cargo-mq-cli

mq-cli: upgrade cargo fetcher and cargoSha256
This commit is contained in:
worldofpeace 2020-02-17 20:19:52 -05:00 committed by GitHub
commit 5f197dbca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";