vaultwarden: 1.29.2 -> 1.30.0

Diff: https://github.com/dani-garcia/vaultwarden/compare/1.29.2...1.30.0
This commit is contained in:
K900 2023-11-06 11:34:26 +03:00
parent b45133e20d
commit 7e1ea9625b
2 changed files with 588 additions and 368 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,13 +9,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "vaultwarden";
version = "1.29.2";
version = "1.30.0";
src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
hash = "sha256-ByMPS68GBOvjB/RpoLAvgE+NcbbIa1qfU1TQ4yhbH+I=";
hash = "sha256-mBKedJvb67FR4e8ZzdL8umg9XTgch1OWhbR1k46Lkn4=";
};
cargoLock = {