Merge pull request #60521 from elseym/fix-bitwarden_rs-cargohash

bitwarden_rs: fix cargoSha256
This commit is contained in:
Mario Rodas 2019-05-01 08:30:10 -05:00 committed by GitHub
commit 4760bcfdfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
RUSTC_BOOTSTRAP = 1;
cargoSha256 = "0bzid5wrpcrghazv5652ghyv4amp298p5kfridswv175kmr9gg0x";
cargoSha256 = "02xrz7vq8nan70f07xyf335blfmdc6gaz9sbfjipsi1drgfccf09";
meta = with lib; {
description = "An unofficial lightweight implementation of the Bitwarden server API using Rust and SQLite";