3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #81243 from bhipple/u/rust-cargo-bitwarden_rs

bitwarden_rs: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Maximilian Bosch 2020-02-28 20:44:56 +01:00 committed by GitHub
commit ee32de777a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''