mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
shadowenv: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
This commit is contained in:
parent
e11c7167bb
commit
42b1edda90
1 changed files with 1 additions and 4 deletions
|
@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "1s59ra99wcyyqz8gzly4qmcq5rh22c50c75cdi2kyajm7ghgryy9";
|
||||
};
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "0s4p4mpz1p5v9hr4flxlzqvc1b3zbqr3nxp1nxjw39ng9g3hplpg";
|
||||
cargoSha256 = "1nqzg5jnwvf6wiihi3wwrym3d6g0hsfaxcadhl95r3v4k35fn5qb";
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue