Skip to content

Commit

Permalink
geckodriver: upgrade cargo fetcher and cargoSha256
Browse files Browse the repository at this point in the history
  • Loading branch information
bhipple authored and Lassulus committed Mar 15, 2020
1 parent e7f2ad0 commit 80a3dbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/tools/geckodriver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ rustPlatform.buildRustPackage {
});

cargoPatches = [ ./cargo-lock.patch ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "07w5lmvm5w6id0qikcs968n0c69bb6fav63l66bskxcjva67d6dy";
cargoSha256 = "1dv8vcjy8r9z19grj4gms05bhaafyr42y3q69h3azwq6dmacfd3y";

buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];

Expand Down

0 comments on commit 80a3dbc

Please sign in to comment.