_1password-gui-beta: 8.8.0-11.BETA -> 8.8.0-119.BETA

This commit is contained in:
Maxine Aubrey 2022-06-02 13:06:57 +02:00
parent e00c71926f
commit 2841a2876e
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -23,6 +23,8 @@
, libxcb , libxcb
, libxkbcommon , libxkbcommon
, libxshmfence , libxshmfence
, libGL
, libappindicator-gtk3
, mesa , mesa
, nspr , nspr
, nss , nss
@ -42,11 +44,11 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "1password"; pname = "1password";
version = "8.8.0-11.BETA"; version = "8.8.0-119.BETA";
src = fetchurl { src = fetchurl {
url = "https://downloads.1password.com/linux/tar/beta/x86_64/1password-${version}.x64.tar.gz"; 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 ]; nativeBuildInputs = [ makeWrapper ];
@ -78,6 +80,8 @@ in stdenv.mkDerivation rec {
libxcb libxcb
libxkbcommon libxkbcommon
libxshmfence libxshmfence
libGL
libappindicator-gtk3
mesa mesa
nspr nspr
nss nss