Merge pull request #330135 from dotlambda/bitwarden-cli

bitwarden-cli: 2024.6.1 -> 2024.7.1
This commit is contained in:
Robert Schütz 2024-07-29 15:12:25 -07:00 committed by GitHub
commit 532781c985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
, buildNpmPackage
, nodejs_20
, fetchFromGitHub
, python311
, python3
, cctools
, nixosTests
, xcbuild
@ -11,21 +11,21 @@
buildNpmPackage rec {
pname = "bitwarden-cli";
version = "2024.6.1";
version = "2024.7.1";
src = fetchFromGitHub {
owner = "bitwarden";
repo = "clients";
rev = "cli-v${version}";
hash = "sha256-LKeJKA4/Vd80y48RdZTUh10bY38AoQ5G5oK6S77fSJI=";
hash = "sha256-ZnqvqPR1Xuf6huhD5kWlnu4XOAWn7yte3qxgU/HPhiQ=";
};
nodejs = nodejs_20;
npmDepsHash = "sha256-rwzyKaCW3LAOqw6BEu8DLS0Ad5hB6cH1OnjWzbSEgVI=";
npmDepsHash = "sha256-lWlAc0ITSp7WwxM09umBo6qeRzjq4pJdC0RDUrZwcHY=";
nativeBuildInputs = [
python311
(python3.withPackages (ps: with ps; [ setuptools ]))
] ++ lib.optionals stdenv.isDarwin [
cctools
xcbuild.xcrun