Merge pull request #268687 from SuperSandro2000/vaultwarden

vaultwarden: 1.30.0 -> 1.30.1
This commit is contained in:
Robert Schütz 2023-11-22 05:09:27 -08:00 committed by GitHub
commit 0663331e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4060 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,21 +9,16 @@ in
rustPlatform.buildRustPackage rec {
pname = "vaultwarden";
version = "1.30.0";
version = "1.30.1";
src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
hash = "sha256-mBKedJvb67FR4e8ZzdL8umg9XTgch1OWhbR1k46Lkn4=";
hash = "sha256-9JCrEe0tla4v207XPgprLqP3g0BslpX8f7xa9aUhQcg=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"rocket-0.5.0-rc.3" = "sha256-E71cktkHCbmQyjkjWWJ20KfCm3B/h3jQ2TMluYhvCQw=";
};
};
cargoHash = "sha256-4KyBMOdTAHe5uD6X69gMd0aqIo4w2Rqrlg+25yY2B6o=";
nativeBuildInputs = [ pkg-config ];
buildInputs = with lib; [ openssl ]