Unverified Commit 972ad9e8 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

bitwarden-directory-connector: 2024.3.2 -> 2024.9.0 (#339940)

parents 997b4694 ecc89624
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@
let
  common = { name, npmBuildScript, installPhase }: buildNpmPackage rec {
    pname = name;
    version = "2024.3.2";
    version = "2024.9.0";
    nodejs = nodejs_18;

    src = fetchFromGitHub {
      owner = "bitwarden";
      repo = "directory-connector";
      rev = "v${version}";
      hash = "sha256-CB5HrT+p63zANg1SEoynk6hPPW5DcC9Qfo2+QDy2iwc=";
      hash = "sha256-Vop5Y1prdjA5SOQsA1HNBr3IBhe9Ya8d8M6CsS9xohg=";
    };

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

    npmDepsHash = "sha256-6WYNaF6z8OwWmi/Mv091LsuTUEUhWd8cDD11QKE8A5U=";
    npmDepsHash = "sha256-8rmZSl5K2l97QHaNtcfW202TtcEa3HIjEjO/AkaZkdQ=";

    env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";