bitwarden-directory-connector-cli: 2023.10.0 -> 2024.3.1
This commit is contained in:
parent
2944f24f12
commit
a3e9e6739b
1 changed files with 3 additions and 3 deletions
|
@ -13,14 +13,14 @@
|
||||||
let
|
let
|
||||||
common = { name, npmBuildScript, installPhase }: buildNpmPackage rec {
|
common = { name, npmBuildScript, installPhase }: buildNpmPackage rec {
|
||||||
pname = name;
|
pname = name;
|
||||||
version = "2023.10.0";
|
version = "2024.3.1";
|
||||||
nodejs = nodejs_18;
|
nodejs = nodejs_18;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitwarden";
|
owner = "bitwarden";
|
||||||
repo = "directory-connector";
|
repo = "directory-connector";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-PlOtTh+rpTxAv8ajHBDHZuL7yeeLVpbAfKEDPQlejIg=";
|
hash = "sha256-NbyjL6x/Ij5waYlIDNKrg7fDT+co/EcdCW4ZBJ6KV34=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -32,7 +32,7 @@ let
|
||||||
--replace-fail "AppImage" "dir"
|
--replace-fail "AppImage" "dir"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
npmDepsHash = "sha256-jBAWWY12qeX2EDhUvT3TQpnQvYXRsIilRrXGpVzxYvw=";
|
npmDepsHash = "sha256-6WYNaF6z8OwWmi/Mv091LsuTUEUhWd8cDD11QKE8A5U=";
|
||||||
|
|
||||||
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
|
env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue