Skip to content

Commit

Permalink
Merge pull request #287895 from Patryk27/bump-pcloud
Browse files Browse the repository at this point in the history
pcloud: 1.14.3 -> 1.14.4
  • Loading branch information
dotlambda authored Feb 13, 2024
2 parents 00aa907 + a97504e commit f08dd81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/pcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@

let
pname = "pcloud";
version = "1.14.3";
code = "XZ7IM70ZtWFon9pgEbk4XuvzJsTduQUyGFwV";
version = "1.14.4";
code = "XZDh750ZBgJa45xqQ8H1ztdMFX2wVhOCTOFk";

# 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-huv1XXghWwh/oTtOsukffZP3nnHS2K5VcsuVs6CjFYc=";
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=pcloud-${version}.zip";
hash = "sha256-1KF3tF62lkT6tfeP/dMaZITXp4Vyegp3lFYdLJ49OR8=";
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit f08dd81

Please sign in to comment.