Unverified Commit 298474ca authored by Ramses's avatar Ramses Committed by GitHub
Browse files

bitwarden-directory-connector: 2025.4.0 -> 2025.5.0 (#407459)

parents c1053a2e 685ede73
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.4.0";
      version = "2025.5.0";
      nodejs = nodejs_22;

      src = fetchFromGitHub {
        owner = "bitwarden";
        repo = "directory-connector";
        rev = "v${version}";
        hash = "sha256-dT5E3i04GLtpKCpF6a6GOf0ozrSsbcvsRquKA2hYmco=";
        hash = "sha256-78AWsZd6j/GYyKDwr95d2x5tPh6jBbA34zs0CjtLIyg=";
      };

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

      npmDepsHash = "sha256-vvVZIfRZw5C4pLUkNHS+kgD7MzoImvsf8CGxdH2xXOs=";
      npmDepsHash = "sha256-9sQWy+w3MdAWGTIzGD3yJypTLYh4aUzazBNf5GcW3Sc=";

      env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";