mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #330135 from dotlambda/bitwarden-cli
bitwarden-cli: 2024.6.1 -> 2024.7.1
This commit is contained in:
commit
532781c985
@ -3,7 +3,7 @@
|
|||||||
, buildNpmPackage
|
, buildNpmPackage
|
||||||
, nodejs_20
|
, nodejs_20
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python311
|
, python3
|
||||||
, cctools
|
, cctools
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, xcbuild
|
, xcbuild
|
||||||
@ -11,21 +11,21 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "bitwarden-cli";
|
pname = "bitwarden-cli";
|
||||||
version = "2024.6.1";
|
version = "2024.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitwarden";
|
owner = "bitwarden";
|
||||||
repo = "clients";
|
repo = "clients";
|
||||||
rev = "cli-v${version}";
|
rev = "cli-v${version}";
|
||||||
hash = "sha256-LKeJKA4/Vd80y48RdZTUh10bY38AoQ5G5oK6S77fSJI=";
|
hash = "sha256-ZnqvqPR1Xuf6huhD5kWlnu4XOAWn7yte3qxgU/HPhiQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nodejs = nodejs_20;
|
nodejs = nodejs_20;
|
||||||
|
|
||||||
npmDepsHash = "sha256-rwzyKaCW3LAOqw6BEu8DLS0Ad5hB6cH1OnjWzbSEgVI=";
|
npmDepsHash = "sha256-lWlAc0ITSp7WwxM09umBo6qeRzjq4pJdC0RDUrZwcHY=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
python311
|
(python3.withPackages (ps: with ps; [ setuptools ]))
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
cctools
|
cctools
|
||||||
xcbuild.xcrun
|
xcbuild.xcrun
|
||||||
|
Loading…
Reference in New Issue
Block a user