summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-09-09 11:12:13 -0400
committerGitHub <noreply@github.com>2020-09-09 11:12:13 -0400
commit341eeebad652be46f67d5839a0ffd3d60ac34b5e (patch)
treecb568cdda81a05a4b310a23f3990e36902f1d584 /pkgs/tools/security
parentf0f88be1eabf2504736debb418d1f164b3228c8e (diff)
parent1c10ce66c5a19c766f0da7a8ee43ea4b8d60662f (diff)
downloadnixpkgs-341eeebad652be46f67d5839a0ffd3d60ac34b5e.tar
nixpkgs-341eeebad652be46f67d5839a0ffd3d60ac34b5e.tar.gz
nixpkgs-341eeebad652be46f67d5839a0ffd3d60ac34b5e.tar.bz2
nixpkgs-341eeebad652be46f67d5839a0ffd3d60ac34b5e.tar.lz
nixpkgs-341eeebad652be46f67d5839a0ffd3d60ac34b5e.tar.xz
nixpkgs-341eeebad652be46f67d5839a0ffd3d60ac34b5e.tar.zst
nixpkgs-341eeebad652be46f67d5839a0ffd3d60ac34b5e.zip
Merge pull request #96871 from prusnak/electron
Electron updates
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/1password-gui/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/tools/security/1password-gui/default.nix b/pkgs/tools/security/1password-gui/default.nix
index 91052f945ed..b8ecf45c629 100644
--- a/pkgs/tools/security/1password-gui/default.nix
+++ b/pkgs/tools/security/1password-gui/default.nix
@@ -2,10 +2,15 @@
 , fetchurl
 , appimageTools
 , makeWrapper
-, electron
+, electron_9
 , openssl
 }:
 
+let
+  electron = electron_9;
+
+in
+
 stdenv.mkDerivation rec {
   pname = "1password";
   version = "0.8.4";