We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bceccec + 9eba843 commit b547e97Copy full SHA for b547e97
pkgs/by-name/bi/bitwarden-cli/package.nix
@@ -13,13 +13,13 @@
13
14
buildNpmPackage rec {
15
pname = "bitwarden-cli";
16
- version = "2025.3.0";
+ version = "2025.4.0";
17
18
src = fetchFromGitHub {
19
owner = "bitwarden";
20
repo = "clients";
21
tag = "cli-v${version}";
22
- hash = "sha256-SFwDyff3BHx0QKQZbhESUvjPT906/HGxGr1bA0PAvTQ=";
+ hash = "sha256-sWphSdxh07GS7GPlNVxK7zoXMTGLjT7qTLfH1nsIiQQ=";
23
};
24
25
postPatch = ''
@@ -29,7 +29,7 @@ buildNpmPackage rec {
29
30
nodejs = nodejs_20;
31
32
- npmDepsHash = "sha256-8sHagqyDqdGtY8IIOPq8hGYUdnkChR94wK4OWeuAgbc=";
+ npmDepsHash = "sha256-/BOzDt+wgnWedWfShPkAhaeujBBQTDlZdtiKl3wrOqE=";
33
34
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
35
cctools
0 commit comments