mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
bitwarden-cli: 2024.3.1 -> 2024.4.1
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.3.1...cli-v2024.4.1 Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.4.0 https://github.com/bitwarden/clients/releases/tag/cli-v2024.4.1
This commit is contained in:
parent
2057814051
commit
43d607fe97
@ -10,18 +10,18 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "bitwarden-cli";
|
||||
version = "2024.3.1";
|
||||
version = "2024.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bitwarden";
|
||||
repo = "clients";
|
||||
rev = "cli-v${version}";
|
||||
hash = "sha256-JBEP4dNGL4rYKl2qNyhB2y/wZunikaGFltGVXLxgMWI=";
|
||||
hash = "sha256-Dz7EActqXd97kNxEaNINj2O6TLZWEgHHg1lOIa2+Lt4=";
|
||||
};
|
||||
|
||||
nodejs = nodejs_18;
|
||||
|
||||
npmDepsHash = "sha256-vNudSHIMmF7oXGz+ZymQahyHebs/CBDc6Oy1g0A5nqA=";
|
||||
npmDepsHash = "sha256-fjYez3nSDsG5kYtrun3CkDCz1GNAjNlwPzEL+/9qQRU=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
|
Loading…
Reference in New Issue
Block a user