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.
main
Jon Roberts 3 years ago
parent 972780a09b
commit 994305b3c3
  1. 4
      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 ];

Loading…
Cancel
Save