bitwarden-directory-connector-cli: 2025.1.0 -> 2025.3.0 (#395280)

This commit is contained in:
Sandro
2025-04-03 13:58:52 +02:00
committed by GitHub
@@ -7,7 +7,7 @@
python3,
pkg-config,
libsecret,
nodejs_18,
nodejs_22,
}:
let
@@ -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 = ''
@@ -38,7 +38,7 @@ let
--replace-fail "AppImage" "dir"
'';
npmDepsHash = "sha256-vvVZIfRZw5C4pLUkNHS+kgD7MzoImvsf8CGxdH2xXOs=";
npmDepsHash = "sha256-2McM5o6CxEu8YcFl4ey9cirfJYYIY3kLkuyLL020E+A=";
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";