Commit 128b10c0 authored by R. RyanTM's avatar R. RyanTM
Browse files

bitwarden-directory-connector: 2025.11.0 -> 2025.12.0

parent 117dcbf4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@ let
    }:
    buildNpmPackage rec {
      pname = name;
      version = "2025.11.0";
      version = "2025.12.0";
      nodejs = nodejs_22;

      src = fetchFromGitHub {
        owner = "bitwarden";
        repo = "directory-connector";
        rev = "v${version}";
        hash = "sha256-U2/u29MKbnW0gcEZ08lhc31XsBxsoonON5/v3Ur7xXo=";
        hash = "sha256-kf4ky/dsZJJiShVJ2uYp1DsH5BP/RAeEnbjUQxjoxkk=";
      };

      postPatch = ''
@@ -38,7 +38,7 @@ let
          --replace-fail "AppImage" "dir"
      '';

      npmDepsHash = "sha256-9vQcR59eyQapiFzGfxYAJL6WHWS8VSJHnmccgALmRuc=";
      npmDepsHash = "sha256-j90y6R3MCcUmEuoI3clNz5WqVyTNH5x6xyg3Je+krL0=";

      env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";