_1password-gui: 8.7.0 -> 8.7.1

https://releases.1password.com/linux/8.7/#1password-for-linux-8.7.1
(cherry picked from commit e00c71926f)
This commit is contained in:
Maxine Aubrey
2022-06-02 13:06:11 +02:00
committed by github-actions[bot]
parent 86afb0abd3
commit ad6ea4717c

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