_1password-gui: 0.9.7 -> 0.9.8

Release notes:

https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.8
wip/yesman
Daniël de Kok 3 years ago
parent bcdca92787
commit 20566f7d63
  1. 4
      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 ];

Loading…
Cancel
Save