Skip to content

Commit

Permalink
bitwarden-cli: 2023.12.1 -> 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jan 10, 2024
1 parent 317484b commit c640856
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/tools/security/bitwarden/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@

buildNpmPackage rec {
pname = "bitwarden-cli";
version = "2023.12.1";
version = "2024.1.0";

src = fetchFromGitHub {
owner = "bitwarden";
repo = "clients";
rev = "cli-v${version}";
hash = "sha256-WHI1AfliJa1wAbN1Heto28WlM7uX51SSV4YndAZii1Y=";
hash = "sha256-lDDy1b1yfw3nZrwEEkpvh6xYucgn20XHsGACc45eb2w=";
};

nodejs = nodejs_18;

npmDepsHash = "sha256-18OaRCys+HaCZ5/ZLeugqW0jWKSQkfvnBGx8aVAdezQ=";
npmDepsHash = "sha256-RR8Ua41D9SXymiPuabOnIab3byu8DR63rOfdeTaQpy4=";

nativeBuildInputs = [
python3
Expand All @@ -37,6 +37,8 @@ buildNpmPackage rec {

npmWorkspace = "apps/cli";

npmFlags = [ "--legacy-peer-deps" ];

passthru.tests = {
vaultwarden = nixosTests.vaultwarden.sqlite;
};
Expand Down

0 comments on commit c640856

Please sign in to comment.