bitwarden_rs: fix cargoSha256

This commit is contained in:
elseym 2019-04-30 21:01:36 +02:00
parent 98e0f54b85
commit 93e14c5718
No known key found for this signature in database
GPG key ID: 8696D1F9E5C020D2

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";