bitwarden-cli: 2023.7.0 -> 2023.8.2
Diff: https://github.com/bitwarden/clients/compare/cli-v2023.7.0...cli-v2023.8.2 Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2023.8.2
This commit is contained in:
parent
4d92dcccbd
commit
5c6bfa6a4b
1 changed files with 3 additions and 3 deletions
|
@ -12,16 +12,16 @@ let
|
|||
buildNpmPackage' = buildNpmPackage.override { nodejs = nodejs_18; };
|
||||
in buildNpmPackage' rec {
|
||||
pname = "bitwarden-cli";
|
||||
version = "2023.7.0";
|
||||
version = "2023.8.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bitwarden";
|
||||
repo = "clients";
|
||||
rev = "cli-v${version}";
|
||||
hash = "sha256-Xnfjp+qRJWvxvgSODbajLxYsP2DtOYK9CXBMfIn+qwA=";
|
||||
hash = "sha256-v9ql01dwWf9kBxw75n9svQousrnbUi8NY1wkJx06teg=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-vz7erDhh3BpHNadPwIXkD2PRCnbxM7e7lE0rvBEXGyc=";
|
||||
npmDepsHash = "sha256-RvkauNvt6MZxWMssEtaCjXP1z/3NsReywUgCefV/jjM=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
|
|
Loading…
Reference in a new issue