Skip to content

Commit

Permalink
Merge pull request #93975 from r-ryantm/auto-update/bitwarden_rs
Browse files Browse the repository at this point in the history
bitwarden_rs: 1.15.1 -> 1.16.1
  • Loading branch information
Ma27 committed Jul 27, 2020
2 parents ca7f4a5 + e464f25 commit 861cf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/bitwarden_rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let

in rustPlatform.buildRustPackage rec {
pname = "bitwarden_rs";
version = "1.15.1";
version = "1.16.1";

src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
sha256 = "1982bfprixdp8mx2hwidfvsi0zy7wmzf40m9m3cl5r7i2qydznwb";
sha256 = "18w6fan133ym8n01h2yfv84h1gh1vyib75ksd6c6a554b8ka864s";
};

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -25,7 +25,7 @@ in rustPlatform.buildRustPackage rec {

RUSTC_BOOTSTRAP = 1;

cargoSha256 = "08cygzgv82i10cj8lkjdah0arrdmlfcbdjwc8piwa629rr0584zf";
cargoSha256 = "11a1a6q53n8gby7j2ghp8d2yi766fp9wklg48ap5i5afngj5lgzp";
cargoBuildFlags = [ featuresFlag ];

checkPhase = ''
Expand Down

0 comments on commit 861cf0a

Please sign in to comment.