Skip to content

Commit

Permalink
Merge pull request NixOS#81243 from bhipple/u/rust-cargo-bitwarden_rs
Browse files Browse the repository at this point in the history
bitwarden_rs: upgrade cargo fetcher and cargoSha256
  • Loading branch information
Ma27 authored Feb 28, 2020
2 parents df2176f + 584a852 commit ee32de7
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 ee32de7

Please sign in to comment.