forked from mirrors/nixpkgs
Merge pull request #80256 from bhipple/u/rust-cargo-alacritty
alacritty: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
59f40350f2
|
@ -62,10 +62,7 @@ in buildRustPackage rec {
|
|||
sha256 = "05jcg33ifngpzw2hdhgb614j87ihhhlqgar0kky183rywg0dxikg";
|
||||
};
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1kc9n10kb4j87x337pzl6wpi0qj5ib2mqmrjag2yld3138dag71n";
|
||||
cargoSha256 = "182j8ah67b2gw409vjfml3p41i00zh0klx9m8bwfkm64y2ki2bip";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
|
Loading…
Reference in a new issue