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

bitwarden-directory-connector: 2024.9.0 -> 2024.10.0 (#352799)

parents 3e6843e8 389d72d7
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.9.0";
    version = "2024.10.0";
    nodejs = nodejs_18;

    src = fetchFromGitHub {
      owner = "bitwarden";
      repo = "directory-connector";
      rev = "v${version}";
      hash = "sha256-Vop5Y1prdjA5SOQsA1HNBr3IBhe9Ya8d8M6CsS9xohg=";
      hash = "sha256-jisMEuIpTWCy+N1QeERf+05tsugY0f+H2ntcRcFKkgo=";
    };

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

    npmDepsHash = "sha256-8rmZSl5K2l97QHaNtcfW202TtcEa3HIjEjO/AkaZkdQ=";
    npmDepsHash = "sha256-Zi7EHzQSSrZ6XGGV1DOASuddYA4svXQc1eGmchcLFBc=";

    env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";