We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988feb commit e464f25Copy full SHA for e464f25
1 file changed
pkgs/tools/security/bitwarden_rs/default.nix
@@ -8,13 +8,13 @@ let
8
9
in rustPlatform.buildRustPackage rec {
10
pname = "bitwarden_rs";
11
- version = "1.15.1";
+ version = "1.16.1";
12
13
src = fetchFromGitHub {
14
owner = "dani-garcia";
15
repo = pname;
16
rev = version;
17
- sha256 = "1982bfprixdp8mx2hwidfvsi0zy7wmzf40m9m3cl5r7i2qydznwb";
+ sha256 = "18w6fan133ym8n01h2yfv84h1gh1vyib75ksd6c6a554b8ka864s";
18
};
19
20
nativeBuildInputs = [ pkgconfig ];
@@ -25,7 +25,7 @@ in rustPlatform.buildRustPackage rec {
25
26
RUSTC_BOOTSTRAP = 1;
27
28
- cargoSha256 = "08cygzgv82i10cj8lkjdah0arrdmlfcbdjwc8piwa629rr0584zf";
+ cargoSha256 = "11a1a6q53n8gby7j2ghp8d2yi766fp9wklg48ap5i5afngj5lgzp";
29
cargoBuildFlags = [ featuresFlag ];
30
31
checkPhase = ''
0 commit comments