Skip to content

Commit

Permalink
bitwarden_rs: 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 28, 2020
1 parent 572a63f commit 584a852
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/security/bitwarden_rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ in rustPlatform.buildRustPackage rec {

RUSTC_BOOTSTRAP = 1;

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "1v6n4aqhd5pyvvhlzhpmq7ykclfxw82wn2bg7n49b53d9p72jwq6";
cargoSha256 = "1zzf71d2pr4mkc3xpm58z1apgskw2z8rklly7q23qxkzg5h4qasx";
cargoBuildFlags = [ featuresFlag ];

checkPhase = ''
Expand Down

0 comments on commit 584a852

Please sign in to comment.