Skip to content

Commit 94a57d2

Browse files
committed
1 parent 5a7a587 commit 94a57d2

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
@@ -12,13 +12,13 @@
1212

1313
buildNpmPackage rec {
1414
pname = "bitwarden-cli";
15-
version = "2024.8.2";
15+
version = "2024.9.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "bitwarden";
1919
repo = "clients";
2020
rev = "cli-v${version}";
21-
hash = "sha256-F/UbaNKkyf8AoTSa0B0Ipdr5Z8qAkbk7tJ0Cdq7gk+U=";
21+
hash = "sha256-o5nRG2j73qheDOyeFfSga64D8HbTn1EUrCiN0W+Xn0w=";
2222
};
2323

2424
postPatch = ''
@@ -28,7 +28,7 @@ buildNpmPackage rec {
2828

2929
nodejs = nodejs_20;
3030

31-
npmDepsHash = "sha256-SnrK26QaxHYKX0532rGBASjx9PwxKSsVFRzZ3Cs2GPk=";
31+
npmDepsHash = "sha256-L7/frKCNlq0xr6T+aSqyEQ44yrIXwcpdU/djrhCJNNk=";
3232

3333
nativeBuildInputs = [
3434
(python3.withPackages (ps: with ps; [ setuptools ]))

0 commit comments

Comments
 (0)