Skip to content

Commit e464f25

Browse files
committed
bitwarden_rs: 1.15.1 -> 1.16.1
1 parent 2988feb commit e464f25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/security/bitwarden_rs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ let
88

99
in rustPlatform.buildRustPackage rec {
1010
pname = "bitwarden_rs";
11-
version = "1.15.1";
11+
version = "1.16.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "dani-garcia";
1515
repo = pname;
1616
rev = version;
17-
sha256 = "1982bfprixdp8mx2hwidfvsi0zy7wmzf40m9m3cl5r7i2qydznwb";
17+
sha256 = "18w6fan133ym8n01h2yfv84h1gh1vyib75ksd6c6a554b8ka864s";
1818
};
1919

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

2626
RUSTC_BOOTSTRAP = 1;
2727

28-
cargoSha256 = "08cygzgv82i10cj8lkjdah0arrdmlfcbdjwc8piwa629rr0584zf";
28+
cargoSha256 = "11a1a6q53n8gby7j2ghp8d2yi766fp9wklg48ap5i5afngj5lgzp";
2929
cargoBuildFlags = [ featuresFlag ];
3030

3131
checkPhase = ''

0 commit comments

Comments
 (0)