bws: 0.4.0 -> 1.0.0

This commit is contained in:
sdedovic 2024-09-26 18:51:31 -05:00
parent c6b2d0f9ad
commit 5348841262
2 changed files with 1987 additions and 1170 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,19 +13,19 @@
rustPlatform.buildRustPackage rec {
pname = "bws";
version = "0.4.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "bitwarden";
repo = "sdk";
rev = "bws-v${version}";
hash = "sha256-oCAyUTVAUfXBEb2K7vkYBOzcwqCsm2wxEKsYLZcfm6w=";
hash = "sha256-acS4yKppvIBiwBMoa5Ero4G9mUf8OLG/TbrZOolAwuc=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"uniffi-0.25.2" = "sha256-YckrtociJV3VKGs5DJ0a1r1Cvq06S/mtr9iL1kLmAi8=";
"passkey-0.2.0" = "sha256-dCQUu4lWqdQ6EiNLPRVHL1dLVty4r8//ZQzV8XCBhmY=";
};
};