bitwarden_rs: 1.17.0 -> 1.19.0 (#112431)

master
Tobi »A: Litschi« 2021-02-13 01:48:40 +01:00 committed by GitHub
parent 8a7eadc708
commit 279ce4bbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ let
in rustPlatform.buildRustPackage rec {
pname = "bitwarden_rs";
version = "1.17.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "dani-garcia";
repo = pname;
rev = version;
sha256 = "0hi29vy23a5r23pgzdssd2gvim8vw2vmykck5cl5phq11a3az31p";
sha256 = "1iww8fhh4indmgw1j35whqyakd4bppmiyjpcdf2qrzg52x5binh0";
};
nativeBuildInputs = [ pkg-config ];
@ -25,7 +25,7 @@ in rustPlatform.buildRustPackage rec {
RUSTC_BOOTSTRAP = 1;
cargoSha256 = "0hv3k5l85nz4syzamranhi237fiwkjnda8v5ssnm2nsmcm7ih9k8";
cargoSha256 = "0ga7ahlszja8ilng8xsrwdy7zy6bbci4mf00lknladjhlw16wibf";
cargoBuildFlags = [ featuresFlag ];
checkPhase = ''
@ -40,7 +40,7 @@ in rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Unofficial Bitwarden compatible server written in Rust";
homepage = "https://github.com/dani-garcia/bitwarden_rs";
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = with maintainers; [ msteen ];
};
}