bitwarden-cli: 2023.5.0 -> 2023.7.0
Diff: https://github.com/bitwarden/clients/compare/cli-v2023.5.0...cli-v2023.7.0 Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2023.7.0
This commit is contained in:
parent
f816d2543e
commit
8c8d1164de
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@ let
|
||||||
buildNpmPackage' = buildNpmPackage.override { nodejs = nodejs_18; };
|
buildNpmPackage' = buildNpmPackage.override { nodejs = nodejs_18; };
|
||||||
in buildNpmPackage' rec {
|
in buildNpmPackage' rec {
|
||||||
pname = "bitwarden-cli";
|
pname = "bitwarden-cli";
|
||||||
version = "2023.5.0";
|
version = "2023.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitwarden";
|
owner = "bitwarden";
|
||||||
repo = "clients";
|
repo = "clients";
|
||||||
rev = "cli-v${version}";
|
rev = "cli-v${version}";
|
||||||
hash = "sha256-ELKpGSY4ZbgSk4vJnTiB+IOa8RQU8Ahy3A1mYsKtthU=";
|
hash = "sha256-Xnfjp+qRJWvxvgSODbajLxYsP2DtOYK9CXBMfIn+qwA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-G8DEYPjEP3L4s0pr5n2ZTj8kkT0E7Po1BKhZ2hUdJuY=";
|
npmDepsHash = "sha256-vz7erDhh3BpHNadPwIXkD2PRCnbxM7e7lE0rvBEXGyc=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
python3
|
python3
|
||||||
|
|
Loading…
Reference in a new issue