void: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
This commit is contained in:
parent
6f63f323a6
commit
d6f23a291c
1 changed files with 1 additions and 4 deletions
|
@ -14,10 +14,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
# The tests are long-running and not that useful
|
# The tests are long-running and not that useful
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "0fnkcjxcsiw9j0ibh4z7zy0m6r5d84q5hvr2darwpckbn9ryrh3k";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "03g7155jpg8k1ymk95m8rlhlszkxyq0rv32966n4gk5yziijvk4k";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Terminal-based personal organizer";
|
description = "Terminal-based personal organizer";
|
||||||
|
|
Loading…
Reference in a new issue