Merge pull request #279062 from getchoo/pkgs/bws/0.4.0

bws: 0.3.0 -> 0.4.0
This commit is contained in:
Mario Rodas 2024-04-05 21:42:38 -05:00 committed by GitHub
commit e4bfe09e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4137 additions and 3 deletions

4127
pkgs/tools/security/bws/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,22 +7,29 @@
, stdenv
, darwin
, python3
, perl
}:
rustPlatform.buildRustPackage rec {
pname = "bws";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "bitwarden";
repo = "sdk";
rev = "bws-v${version}";
hash = "sha256-o+tmO9E881futhA/fN6+EX2yEBKnKUmKk/KilIt5vYY=";
hash = "sha256-oCAyUTVAUfXBEb2K7vkYBOzcwqCsm2wxEKsYLZcfm6w=";
};
cargoHash = "sha256-nmsAfXNn1nqmqHzGD7jl2JNrif/nJycCJZWZYjv7G4c=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"uniffi-0.25.2" = "sha256-YckrtociJV3VKGs5DJ0a1r1Cvq06S/mtr9iL1kLmAi8=";
};
};
nativeBuildInputs = [
perl
pkg-config
];