From 994305b3c3401c8f5898df2842dabb92d424b46d Mon Sep 17 00:00:00 2001 From: Jon Roberts Date: Thu, 23 Sep 2021 16:40:19 -0500 Subject: [PATCH] 1password-gui 8.1.1 -> 8.2.0 I wasn't able to use the update.sh script, since that debian repo is outdated. this is the current stable release, and fixes a bug that hangs if a user has 2FA enabled. --- pkgs/applications/misc/1password-gui/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/1password-gui/default.nix b/pkgs/applications/misc/1password-gui/default.nix index 486fb6b5f9ce..991eee431672 100644 --- a/pkgs/applications/misc/1password-gui/default.nix +++ b/pkgs/applications/misc/1password-gui/default.nix @@ -33,11 +33,11 @@ }: stdenv.mkDerivation rec { pname = "1password"; - version = "8.1.1"; + version = "8.2.0"; src = fetchurl { url = "https://downloads.1password.com/linux/tar/stable/x86_64/1password-${version}.x64.tar.gz"; - sha256 = "0y39sfhj9xrgprh01i9apzfkqzm6pdhjc8x59x5p5djjjvxbcwmy"; + sha256 = "1hnpvvval8a9ny5x5zffn5lf5qrwc4hcs3jvhqmd7m4adh2i6y2i"; }; nativeBuildInputs = [ makeWrapper ];