pcloud: 1.8.8 -> 1.8.9

This commit is contained in:
Matthias Herrmann 2021-01-02 11:59:56 +01:00
parent 84c3e129cc
commit 5356935626

View File

@ -26,13 +26,13 @@
let
pname = "pcloud";
version = "1.8.8";
version = "1.8.9";
name = "${pname}-${version}";
# Archive link's code thanks to: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcloud-drive
src = fetchzip {
url = "https://api.pcloud.com/getpubzip?code=XZpnMpXZPWyhRfdvXUhyY6XpdfmQmJiLRmmV&filename=${name}.zip";
hash = "sha256-z9OeFkH6EVthg5Dz2mN3jlBTMhiMt/6bUIYFeMO6EXk=";
url = "https://api.pcloud.com/getpubzip?code=XZjfKzXZ6h3uGRFId48VRNHHkuqajhRvMlPV&filename=${name}.zip";
hash = "sha256:1bwdwfwgy3wwzlggi8qhf5q2bq2kqiqi3mgvsr9w0mxyaxxv13r8";
};
appimageContents = appimageTools.extractType2 {