pcloud: 1.9.7 -> 1.9.9

This commit is contained in:
239 2022-07-11 13:35:25 +02:00
parent bad39490e9
commit 76a6979fbd

View File

@ -26,13 +26,12 @@
let
pname = "pcloud";
version = "1.9.7";
code = "XZ0FAtXZNxFJbda6KhLejU9tKAg4N0TEqx3V";
# Archive link's code thanks to: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcloud-drive
version = "1.9.9";
code = "XZWTVkVZQM0GNXA4hrFGPkefzUUWVLKOpPIX";
# Archive link's codes: https://www.pcloud.com/release-notes/linux.html
src = fetchzip {
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${pname}-${version}.zip";
hash = "sha256-6eMRFuZOLcoZd2hGw7QV+kAmzE5lK8uK6ZpGs4n7/zw=";
hash = "sha256-8566vKrE3/QCm4qW9KxEAO+r+YfMRYOhV2Da7qic48M=";
};
appimageContents = appimageTools.extractType2 {