bitwarden-directory-connector: 2025.5.0 -> 2025.6.0 (#415772)

authored by Wolfgang Walther and committed by GitHub ef2160ae 535430a2

+3 -3
+3 -3
pkgs/tools/security/bitwarden-directory-connector/default.nix
··· 19 19 }: 20 20 buildNpmPackage rec { 21 21 pname = name; 22 - version = "2025.5.0"; 22 + version = "2025.6.0"; 23 23 nodejs = nodejs_22; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "bitwarden"; 27 27 repo = "directory-connector"; 28 28 rev = "v${version}"; 29 - hash = "sha256-78AWsZd6j/GYyKDwr95d2x5tPh6jBbA34zs0CjtLIyg="; 29 + hash = "sha256-qlD16U/S3SzaA7sMR+JZSYHy9g7c5cjedAmkFWRoxN0="; 30 30 }; 31 31 32 32 postPatch = '' ··· 38 38 --replace-fail "AppImage" "dir" 39 39 ''; 40 40 41 - npmDepsHash = "sha256-9sQWy+w3MdAWGTIzGD3yJypTLYh4aUzazBNf5GcW3Sc="; 41 + npmDepsHash = "sha256-EIF7I4stB6+h3l2hLJqLHR8qzmRP20v161YwXVMJh44="; 42 42 43 43 env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1"; 44 44