Loading pkgs/tools/security/bitwarden-directory-connector/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ python3, pkg-config, libsecret, nodejs_18, nodejs_22, }: let Loading @@ -19,14 +19,14 @@ let }: buildNpmPackage rec { pname = name; version = "2025.1.0"; nodejs = nodejs_18; version = "2025.3.0"; nodejs = nodejs_22; src = fetchFromGitHub { owner = "bitwarden"; repo = "directory-connector"; rev = "v${version}"; hash = "sha256-4Bt+E0lkmRXY4yIq6DwCyggcu7/8QtaYE9QHNTUhM+8="; hash = "sha256-8EY+bU7i3fdUBQYsykUzgOIWS5VAJlmRYW8fsp0xfnY="; }; postPatch = '' Loading @@ -38,7 +38,7 @@ let --replace-fail "AppImage" "dir" ''; npmDepsHash = "sha256-vvVZIfRZw5C4pLUkNHS+kgD7MzoImvsf8CGxdH2xXOs="; npmDepsHash = "sha256-2McM5o6CxEu8YcFl4ey9cirfJYYIY3kLkuyLL020E+A="; env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1"; Loading Loading
pkgs/tools/security/bitwarden-directory-connector/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ python3, pkg-config, libsecret, nodejs_18, nodejs_22, }: let Loading @@ -19,14 +19,14 @@ let }: buildNpmPackage rec { pname = name; version = "2025.1.0"; nodejs = nodejs_18; version = "2025.3.0"; nodejs = nodejs_22; src = fetchFromGitHub { owner = "bitwarden"; repo = "directory-connector"; rev = "v${version}"; hash = "sha256-4Bt+E0lkmRXY4yIq6DwCyggcu7/8QtaYE9QHNTUhM+8="; hash = "sha256-8EY+bU7i3fdUBQYsykUzgOIWS5VAJlmRYW8fsp0xfnY="; }; postPatch = '' Loading @@ -38,7 +38,7 @@ let --replace-fail "AppImage" "dir" ''; npmDepsHash = "sha256-vvVZIfRZw5C4pLUkNHS+kgD7MzoImvsf8CGxdH2xXOs="; npmDepsHash = "sha256-2McM5o6CxEu8YcFl4ey9cirfJYYIY3kLkuyLL020E+A="; env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1"; Loading