tealdeer: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
This commit is contained in:
parent
15a97f8d03
commit
0b91dad9ee
1 changed files with 1 additions and 4 deletions
|
@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "1v9wq4k7k4lmdz6xy6kabchjpbx9lds20yh6va87shypdh9iva29";
|
||||
};
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "0y1y74fgxcv8a3cmyf30p6gg12r79ln7inir8scj88wbmwgkbxsp";
|
||||
cargoSha256 = "0rr9mqylcs3nb7wgilp810qia0rv2pnalyhh28q0wnqyz0kqfrzr";
|
||||
|
||||
buildInputs = [ openssl cacert curl ]
|
||||
++ (stdenv.lib.optional stdenv.isDarwin Security);
|
||||
|
|
Loading…
Reference in a new issue