Merge pull request #114951 from r-ryantm/auto-update/1password

_1password-gui: 0.9.14-4 -> 0.9.26
This commit is contained in:
Daniël de Kok 2021-03-03 06:55:53 +01:00 committed by GitHub
commit 34644926a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "1password";
version = "0.9.14-4";
version = "0.9.26";
src = fetchurl {
url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
hash = "sha256-ZEpHeBeP2LpjABWD1eQxUORUKsRWvZ8WYa5IxSRLeXc=";
hash = "sha256-LvHvWUS2iEm9m+v+kk7wf+P9xZkOyuoLk4xM4+P2vF8=";
};
nativeBuildInputs = [ makeWrapper ];