Unverified Commit 00ec3371 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 5c0f28f5 d7cd0b4d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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";