bitwarden_rs: 1.8.0 -> 1.9.0

Changelog: https://github.com/dani-garcia/bitwarden_rs/releases/tag/1.9.0
This commit is contained in:
Renaud 2019-05-12 11:26:11 +02:00 committed by c0bw3b
parent fa2c6dc3c2
commit a2e69f1b06

@ -2,20 +2,21 @@
rustPlatform.buildRustPackage rec {
pname = "bitwarden_rs";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
sha256 = "0jz9r6ck6sfz4ig95x0ja6g5ikyq6z0xw1zn9zf4kxha4klqqbkx";
sha256 = "14c2blzkmdd9s0gpf6b7y141yx9s2v2gmwy5l1lgqjhi3h6jpcqr";
};
buildInputs = [ pkgconfig openssl ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ];
RUSTC_BOOTSTRAP = 1;
cargoSha256 = "02xrz7vq8nan70f07xyf335blfmdc6gaz9sbfjipsi1drgfccf09";
cargoSha256 = "038l6alcdc0g4avpbzxgd2k09nr3wrsbry763bq2c77qqgwldj8r";
meta = with lib; {
description = "An unofficial lightweight implementation of the Bitwarden server API using Rust and SQLite";