Skip to content

Commit

Permalink
alacritty: upgrade cargo fetcher and cargoSha256
Browse files Browse the repository at this point in the history
Infra upgrade as part of NixOS#79975; no functional change expected.
  • Loading branch information
bhipple committed Feb 16, 2020
1 parent 0a625e2 commit 1f03a34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/applications/misc/alacritty/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 1f03a34

Please sign in to comment.