spotifyd: use new cargo fetcher, fix build

https://hydra.nixos.org/build/112753750
This commit is contained in:
Maximilian Bosch 2020-02-14 19:57:39 +01:00
parent 5bb3eaa223
commit ce84052ef7
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -15,10 +15,9 @@ rustPlatform.buildRustPackage rec {
sha256 = "08i0zm7kgprixqjpgaxk7xid1njgj6lmi896jf9fsjqzdzlblqk8";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
legacyCargoFetcher = false;
cargoSha256 = "0kl8xl2qhzf8wb25ajw59frgym62lkg7p72d8z0xmkqjjcg2nyib";
cargoSha256 = "0200apqbx769ggjnjr0m72g61ikhml2xak5n1il2pvfx1yf5nw0n";
cargoBuildFlags = [
"--no-default-features"