From bdd481e966d148ac0454f2ad52fadc044f5e542e Mon Sep 17 00:00:00 2001 From: r-vdp Date: Wed, 12 Apr 2023 10:50:44 +0200 Subject: [PATCH] pcloud: 1.11.0 -> 1.12.0 Release notes: https://www.pcloud.com/release-notes/linux.html --- pkgs/applications/networking/pcloud/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/pcloud/default.nix b/pkgs/applications/networking/pcloud/default.nix index 5f148711c822..2071521266b3 100644 --- a/pkgs/applications/networking/pcloud/default.nix +++ b/pkgs/applications/networking/pcloud/default.nix @@ -38,12 +38,12 @@ let pname = "pcloud"; - version = "1.11.0"; - code = "XZspqgVZxM1CCER1we0esiDGuAxshjRSY77X"; + version = "1.12.0"; + code = "XZyc9wVZAbFzyV8ElP71D5v170CvEmVtmrB7"; # 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-EXJ+5LwVF5lTXc5zlppRQLCm0EZwqG3ndfK4LIjmWwc="; + hash = "sha256-QzBlpF+qtNdSZFv3gU0mQhpVyPTWdGH3c+UHKKGfvKc="; }; appimageContents = appimageTools.extractType2 {