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.
1 parent a78a226 commit d578a6dCopy full SHA for d578a6d
pkgs/tools/security/bitwarden-directory-connector/default.nix
@@ -19,14 +19,14 @@ let
19
}:
20
buildNpmPackage rec {
21
pname = name;
22
- version = "2025.3.0";
+ version = "2025.4.0";
23
nodejs = nodejs_22;
24
25
src = fetchFromGitHub {
26
owner = "bitwarden";
27
repo = "directory-connector";
28
rev = "v${version}";
29
- hash = "sha256-8EY+bU7i3fdUBQYsykUzgOIWS5VAJlmRYW8fsp0xfnY=";
+ hash = "sha256-dT5E3i04GLtpKCpF6a6GOf0ozrSsbcvsRquKA2hYmco=";
30
};
31
32
postPatch = ''
@@ -38,7 +38,7 @@ let
38
--replace-fail "AppImage" "dir"
39
'';
40
41
- npmDepsHash = "sha256-2McM5o6CxEu8YcFl4ey9cirfJYYIY3kLkuyLL020E+A=";
+ npmDepsHash = "sha256-vvVZIfRZw5C4pLUkNHS+kgD7MzoImvsf8CGxdH2xXOs=";
42
43
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
44
0 commit comments