Skip to content

Commit 996e36a

Browse files
bitwarden-directory-connector: 2025.3.0 -> 2025.4.0 (#398015)
2 parents ca82b3e + d578a6d commit 996e36a

File tree

1 file changed

+3
-3
lines changed
  • pkgs/tools/security/bitwarden-directory-connector

1 file changed

+3
-3
lines changed

pkgs/tools/security/bitwarden-directory-connector/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ let
1919
}:
2020
buildNpmPackage rec {
2121
pname = name;
22-
version = "2025.3.0";
22+
version = "2025.4.0";
2323
nodejs = nodejs_22;
2424

2525
src = fetchFromGitHub {
2626
owner = "bitwarden";
2727
repo = "directory-connector";
2828
rev = "v${version}";
29-
hash = "sha256-8EY+bU7i3fdUBQYsykUzgOIWS5VAJlmRYW8fsp0xfnY=";
29+
hash = "sha256-dT5E3i04GLtpKCpF6a6GOf0ozrSsbcvsRquKA2hYmco=";
3030
};
3131

3232
postPatch = ''
@@ -38,7 +38,7 @@ let
3838
--replace-fail "AppImage" "dir"
3939
'';
4040

41-
npmDepsHash = "sha256-2McM5o6CxEu8YcFl4ey9cirfJYYIY3kLkuyLL020E+A=";
41+
npmDepsHash = "sha256-vvVZIfRZw5C4pLUkNHS+kgD7MzoImvsf8CGxdH2xXOs=";
4242

4343
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
4444

0 commit comments

Comments
 (0)