bitwarden-cli: 2024.7.2 -> 2024.8.0
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.7.2...cli-v2024.8.0 Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.0
This commit is contained in:
parent
c374d94f15
commit
0ba32dbe84
@ -11,21 +11,26 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "bitwarden-cli";
|
pname = "bitwarden-cli";
|
||||||
version = "2024.7.2";
|
version = "2024.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitwarden";
|
owner = "bitwarden";
|
||||||
repo = "clients";
|
repo = "clients";
|
||||||
rev = "cli-v${version}";
|
rev = "cli-v${version}";
|
||||||
hash = "sha256-MqIznJe5GeRTJ+sgOJoTHAQaac0obuBDb63XxQeG1iY=";
|
hash = "sha256-vosEc8HCMHEaaQadzA+jDjQA1liEtD8sS1Zndz/Iv00=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# remove code under unfree license
|
||||||
|
rm -r bitwarden_license
|
||||||
|
'';
|
||||||
|
|
||||||
nodejs = nodejs_20;
|
nodejs = nodejs_20;
|
||||||
|
|
||||||
npmDepsHash = "sha256-XDN92VPKTA9KeSg5CQXxhXyEARZBwpERZ3400xqwg7U=";
|
npmDepsHash = "sha256-5neEpU7ZhVO5OR181owsvAnFfl7lr0MymvqbRFCPs3M=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
(python3.withPackages (ps: with ps; [ setuptools ]))
|
python3
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
cctools
|
cctools
|
||||||
xcbuild.xcrun
|
xcbuild.xcrun
|
||||||
|
Loading…
Reference in New Issue
Block a user