From 2de6e483172c1fb8fe6739862803e9964c562b31 Mon Sep 17 00:00:00 2001 From: Nadir Ishiguro <23151917+nadir-ishiguro@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:40:06 +0200 Subject: [PATCH] pcloud: 2.1.0 -> 2.1.1 Upstream changelog: > 2.1.1(03/06/2026) > This update improves sync responsiveness, Crypto folder reliability, and recovery when the pCloud Drive mount point is unavailable. New 'Enable hardware acceleration' option in Settings is added to use your graphics card for better performance. Requires Ubuntu 20.04, Mint 20, Fedora 33, Arch Linux, Debian 11 or later derivative distributions. --- pkgs/by-name/pc/pcloud/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/pc/pcloud/package.nix b/pkgs/by-name/pc/pcloud/package.nix index eb12eed318d7..4bae20000ae1 100644 --- a/pkgs/by-name/pc/pcloud/package.nix +++ b/pkgs/by-name/pc/pcloud/package.nix @@ -41,13 +41,13 @@ let pname = "pcloud"; - version = "2.1.0"; - code = "XZC8VU5ZEmdCknyJULblvtv3890nA80TSUiX"; + version = "2.1.1"; + code = "XZtwII5Zjf5noLYtDwJ1qkyAXaqujuvVKBbX"; # 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-vdQn1jIc44dGxUgK2xJMbVNObdF3hh8NvZi/YKpf+is="; + hash = "sha256-x7nlJ/kLfEbEKUso8p0dj3WM6o0EsQ0ZBaTnaxxuI6s="; }; in