about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2021-03-12 08:09:13 +0100
committerGitHub <noreply@github.com>2021-03-12 08:09:13 +0100
commit916ee862e87ac5ee2439f2fb7856386b4dc906ae (patch)
tree402b361d11981200ee4014b498c2c6e1dc99c49d
parentf03cfcafbf7eee07fd4a9f6f7fab5d1203186879 (diff)
parentefd3c20d7bd0cc9fa40a9c081a20fc0aab9abfa6 (diff)
Merge pull request #115893 from r-ryantm/auto-update/1password
_1password-gui: 0.9.26 -> 8.0.27
-rw-r--r--pkgs/applications/misc/1password-gui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/1password-gui/default.nix b/pkgs/applications/misc/1password-gui/default.nix
index 924e006c4cc56..fc653953e54b5 100644
--- a/pkgs/applications/misc/1password-gui/default.nix
+++ b/pkgs/applications/misc/1password-gui/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname = "1password";
-  version = "0.9.26";
+  version = "8.0.27";
 
   src = fetchurl {
     url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
-    hash = "sha256-LvHvWUS2iEm9m+v+kk7wf+P9xZkOyuoLk4xM4+P2vF8=";
+    hash = "sha256-qzZXs7ak4052Igq+YWuzgDqJ7143q5qw5P3b3eN3NkU=";
   };
 
   nativeBuildInputs = [ makeWrapper ];