diff options
| author | Maxine Aubrey <maxeaubrey@gmail.com> | 2022-06-02 13:06:57 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-03 08:49:46 +0000 |
| commit | 8faa89d548bafa7e5a0969b72b83b4b1778f0b93 (patch) | |
| tree | e09788d9c638eaf6dd66ccba89ed65646487da15 | |
| parent | _1password-gui: 8.7.0 -> 8.7.1 (diff) | |
| download | nixpkgs-origin/backport-175916-to-release-22.05.tar.gz | |
_1password-gui-beta: 8.8.0-11.BETA -> 8.8.0-119.BETAorigin/backport-175916-to-release-22.05
(cherry picked from commit 2841a2876eb5eb47218a0770ff33c4abc936807d)
| -rw-r--r-- | pkgs/applications/misc/1password-gui/beta.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/applications/misc/1password-gui/beta.nix b/pkgs/applications/misc/1password-gui/beta.nix index d9d21f30f347..306a914dc19e 100644 --- a/pkgs/applications/misc/1password-gui/beta.nix +++ b/pkgs/applications/misc/1password-gui/beta.nix @@ -23,6 +23,8 @@ , libxcb , libxkbcommon , libxshmfence +, libGL +, libappindicator-gtk3 , mesa , nspr , nss @@ -42,11 +44,11 @@ let in stdenv.mkDerivation rec { pname = "1password"; - version = "8.8.0-11.BETA"; + version = "8.8.0-119.BETA"; src = fetchurl { url = "https://downloads.1password.com/linux/tar/beta/x86_64/1password-${version}.x64.tar.gz"; - sha256 = "sha256-HU+nIz3aKXXdBWEBMSRlbi8yZ+JEsE33o6nfbWRgpBo="; + sha256 = "sha256-MnfO41r86jLGI9R30trCPR+BwXVKACyrB3dWSbPbBIA="; }; nativeBuildInputs = [ makeWrapper ]; @@ -78,6 +80,8 @@ in stdenv.mkDerivation rec { libxcb libxkbcommon libxshmfence + libGL + libappindicator-gtk3 mesa nspr nss |
