From fb8a1c6bcf61e673917c4c90b357ede70e565329 Mon Sep 17 00:00:00 2001 From: Nadir Ishiguro <23151917+nadir-ishiguro@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:41:31 +0200 Subject: [PATCH] pcloud: 2.0.3 -> 2.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Changelog:](https://www.pcloud.com/release-notes/linux.html) - 2.0.4 (31/03/2026) - This update improves overall performance and reliability. We’ve fixed issues affecting sync stability, Crypto folder crashes, and peer-to-peer connections. --- 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 0456b7aa8d1d..7b63b0d96d30 100644 --- a/pkgs/by-name/pc/pcloud/package.nix +++ b/pkgs/by-name/pc/pcloud/package.nix @@ -40,13 +40,13 @@ let pname = "pcloud"; - version = "2.0.3"; - code = "XZ8opl5ZaaYsnBeCX3fLU3v8ngqAv8VMqq7k"; + version = "2.0.4"; + code = "XZNttt5ZD5h5yXmbVPHHIIr4nEUwduLH837X"; # 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-Few8BsMUwL5qfdtFyezoWifZcZufAhUthxQXEQwm52w="; + hash = "sha256-VINx6xM8/unPC9xopV2ml64wqU0FdhZdGTnxLUpCiyY="; }; in