pcloud: 1.10.0 -> 1.10.1

This commit is contained in:
R-VdP 2023-02-14 11:56:36 +01:00
parent 4dae378f34
commit 1ed45bded0
No known key found for this signature in database

View file

@ -38,12 +38,12 @@
let
pname = "pcloud";
version = "1.10.0";
code = "XZCy4sVZGb7r8VpDE4SCv2QI3OYx1HYChIvy";
version = "1.10.1";
code = "XZwHPTVZ7J1WFU374k8BqSWO2519y4aGFdAV";
# 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-kzID1y/jVuqFfD/PIUR2TFa0AvxKVcfNQ4ZXiHx0gRk=";
hash = "sha256-Mum1SL/EZ7iFK9e3o+T0CxkAQ0FkjSBy2FEUDonxtTI=";
};
appimageContents = appimageTools.extractType2 {