Skip to content

Commit 9eba843

Browse files
committed
1 parent 677bab0 commit 9eba843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bi/bitwarden-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
buildNpmPackage rec {
1515
pname = "bitwarden-cli";
16-
version = "2025.3.0";
16+
version = "2025.4.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "bitwarden";
2020
repo = "clients";
2121
tag = "cli-v${version}";
22-
hash = "sha256-SFwDyff3BHx0QKQZbhESUvjPT906/HGxGr1bA0PAvTQ=";
22+
hash = "sha256-sWphSdxh07GS7GPlNVxK7zoXMTGLjT7qTLfH1nsIiQQ=";
2323
};
2424

2525
postPatch = ''
@@ -29,7 +29,7 @@ buildNpmPackage rec {
2929

3030
nodejs = nodejs_20;
3131

32-
npmDepsHash = "sha256-8sHagqyDqdGtY8IIOPq8hGYUdnkChR94wK4OWeuAgbc=";
32+
npmDepsHash = "sha256-/BOzDt+wgnWedWfShPkAhaeujBBQTDlZdtiKl3wrOqE=";
3333

3434
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
3535
cctools

0 commit comments

Comments
 (0)