Skip to content

Commit

Permalink
Merge pull request #89587 from r-ryantm/auto-update/bitwarden_rs
Browse files Browse the repository at this point in the history
bitwarden_rs: 1.14.2 -> 1.15.0
  • Loading branch information
Ma27 authored Jun 7, 2020
2 parents 495cf5f + 6752154 commit 09b137a
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.14.2";
version = "1.15.0";

src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
sha256 = "0413yjbnj4k917x48h1gnj64kygbr6c1n55f23qkvj0hgbxpgssz";
sha256 = "12mr7d0mjlh7za4nc3s7cizzbd6v0zfmd7q9s0f7pqz56vw5m21s";
};

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

RUSTC_BOOTSTRAP = 1;

cargoSha256 = "09747f9g7yyq9c8wbfdb3hwxii5xq23ynhba0vc01nhjpjyn0ksd";
cargoSha256 = "0nacc8xvbkdzbyx4c17hdh03v9ykpis74pbpxkn6v95njw14wq53";
cargoBuildFlags = [ featuresFlag ];

checkPhase = ''
Expand Down

0 comments on commit 09b137a

Please sign in to comment.