mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
system-syzygy: upgrade cargo fetcher and cargoSha256
This commit is contained in:
parent
75249fa2a4
commit
fe7d112c92
|
@ -23,10 +23,7 @@ rustPlatform.buildRustPackage rec {
|
|||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ SDL2 ];
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "03724z33dqxbbrzpvz172qh45qrgnyb801algjdcm32v8xsx81qg";
|
||||
cargoSha256 = "001cwdq8zxji56yahwfsydi7s0j7c5zsip60lxk3qmn078wcipdp";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/syzygy/
|
||||
|
|
Loading…
Reference in a new issue