Merge pull request #175916 from maxeaubrey/1password

_1password-gui: 8.7.0 -> 8.7.1
This commit is contained in:
maxine [they] 2022-06-03 10:44:52 +02:00 committed by GitHub
commit 209c4933f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -23,6 +23,8 @@
, libxcb
, libxkbcommon
, libxshmfence
, libappindicator-gtk3
, libGL
, mesa
, nspr
, nss
@ -42,11 +44,11 @@ let
in stdenv.mkDerivation rec {
pname = "1password";
version = "8.7.0";
version = "8.7.1";
src = fetchurl {
url = "https://downloads.1password.com/linux/tar/stable/x86_64/1password-${version}.x64.tar.gz";
sha256 = "sha256-Ubn1KEjK8H8d8+4QNEpEOuclWyD8ujUbO5CpzWr+kSg=";
sha256 = "sha256-ykD2reAL5spSoCpfGTFOE/yERdooYUsWmo45rpRe/Fw=";
};
nativeBuildInputs = [ makeWrapper ];
@ -78,6 +80,8 @@ in stdenv.mkDerivation rec {
libxcb
libxkbcommon
libxshmfence
libGL
libappindicator-gtk3
mesa
nspr
nss