lol

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

mq-cli: upgrade cargo fetcher and cargoSha256

authored by

worldofpeace and committed by
GitHub
5f197dbc 95cfa80c

+1 -4
+1 -4
pkgs/tools/system/mq-cli/default.nix
··· 11 11 sha256 = "02z85waj5jc312biv2qhbgplsggxgjmfmyv9v8b1ky0iq1mpxjw7"; 12 12 }; 13 13 14 - # Delete this on next update; see #79975 for details 15 - legacyCargoFetcher = true; 16 - 17 - cargoSha256 = "03ab6jbcgmbgg9hn7ihk8814sjwdmrr9p4xlll6nfdad4a7gq3yn"; 14 + cargoSha256 = "19ccylnmmlm2d8kc178cffpjwrjlia6b4v3nzvxcs81a396ymr7b"; 18 15 19 16 meta = with lib; { 20 17 description = "CLI tool to manage POSIX message queues";