summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2021-01-16 10:36:23 +0100
committerDaniël de Kok <me@danieldk.eu>2021-01-16 10:36:23 +0100
commit20566f7d63f74caa35864db6a7f234f884ed8c2c (patch)
tree44636168b9f605bf56aebee1ab585a0ac4e0e764 /pkgs/tools
parentbcdca92787242b8fa29a454057800df35db60789 (diff)
_1password-gui: 0.9.7 -> 0.9.8
Release notes: https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.8
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/1password-gui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/1password-gui/default.nix b/pkgs/tools/security/1password-gui/default.nix
index cb4ba1a2c0e4..68e7737f5a74 100644
--- a/pkgs/tools/security/1password-gui/default.nix
+++ b/pkgs/tools/security/1password-gui/default.nix
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "1password";
- version = "0.9.7";
+ version = "0.9.8";
src = fetchurl {
url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
- hash = "sha256-JaYFJL24Pgwh5CrsKjJPL8u0fx1x0beFTK+EGNT1iqA=";
+ hash = "sha256-XAeWcGy1moFp1v0djYwYwKlzdX0UA8cqwtTNWBKLazc=";
};
nativeBuildInputs = [ makeWrapper ];