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

bitwarden-directory-connector: 2025.6.1 -> 2025.7.0 (#431875)

parents 6c6c399b 561b5a8c
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.6.1";
      version = "2025.7.0";
      nodejs = nodejs_22;

      src = fetchFromGitHub {
        owner = "bitwarden";
        repo = "directory-connector";
        rev = "v${version}";
        hash = "sha256-VRM1kAWP0oNSLwIflTu6s7XjhSfy8z8G+5PUhQCc/tY=";
        hash = "sha256-ExsOPSU7JT9Q8BCmREJHJSDFx8sGeL8iUKs8F8SZMeQ=";
      };

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

      npmDepsHash = "sha256-bUCnUnBaA+PwRyxDieqPWzCh87KPQUiuF3uW9fDHtQE=";
      npmDepsHash = "sha256-BV1MvqXOJmnTMHf7mQ1U1vz38b5w1IH9whS3IOD5TqQ=";

      env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";