Merge pull request #99149 from danieldk/1password-gui-0.8.8-1

_1password-gui: 0.8.7 -> 0.8.8-1
gstqt5
Daniël de Kok 2020-10-02 09:29:43 +02:00 committed by GitHub
commit 6353c2dee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ in
stdenv.mkDerivation rec {
pname = "1password";
version = "0.8.7";
version = "0.8.8-1";
src = fetchurl {
url = "https://onepassword.s3.amazonaws.com/linux/appimage/${pname}-${version}.AppImage";
sha256 = "1101q5yavzl8imf8gqa3h929gcyy6lh7dy2dw0zs52qdcrb4z49j";
sha256 = "0afx0sr2nrdayaxjhr0x2mx5mi92s781a6r2r9rpva9q4cdrf6w7";
};
nativeBuildInputs = [ makeWrapper ];