pcloud: 1.14.17 -> 1.14.18 (#459077)

This commit is contained in:
Nick Cao
2025-11-07 20:39:56 +00:00
committed by GitHub
+4 -3
View File
@@ -39,13 +39,13 @@
let
pname = "pcloud";
version = "1.14.17";
code = "XZNtR95ZctUIq8zYVD7eSKotwGMx7kDWVtzV";
version = "1.14.18";
code = "XZ2gJM5Z8pdJVlCT0s5FI1aTKxxgt48aEr8k";
# Archive link's codes: https://www.pcloud.com/release-notes/linux.html
src = fetchzip {
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=pcloud-${version}.zip";
hash = "sha256-Chh8obZHntkiG7IJAW96T9y3KcOwzI18/VALheLcxBA=";
hash = "sha256-YDXmna1SZaDLK1EEdHvWm9+PgYKjYUsa2lvdzFGmyIU=";
};
appimageContents = appimageTools.extractType2 {
@@ -121,6 +121,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Secure and simple to use cloud storage for your files; pCloud Drive, Electron Edition";
homepage = "https://www.pcloud.com/";
changelog = "https://www.pcloud.com/release-notes/linux.html";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ patryk27 ];