Merge pull request #81228 from bhipple/u/rust-cargo-i3status-rust

i3status-rust: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Maximilian Bosch 2020-02-28 03:23:46 +01:00 committed by GitHub
commit 2bd2d7bec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0va6ny1v7lk30hhx4i5qyk9fwg3apy2nmh6kbmxhcf0rs5449ikg";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "099hn0pm9ppply3m3dwns3f5p43rdag2d3niaj8jyc1mnavviwjv";
cargoSha256 = "1lywr21kk3idjyc10gy4848dmmgyqc2jjf7hpzq0vywkp639bf2x";
nativeBuildInputs = [ pkgconfig ];