Skip to content

Commit

Permalink
pcloud: 1.14.7 -> 1.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk27 committed Nov 15, 2024
1 parent a8eb048 commit 90633c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pc/pcloud/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@

let
pname = "pcloud";
version = "1.14.7";
code = "XZhPkU0Zh5gulxHfMn4j1dYBS4dh45iDQHby";
version = "1.14.8";
code = "XZ6qNX5ZgodGJnOmGT5jY4UaBxqEVVbaUzGX";

# 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-fzQVuCI3mK93Y3Fwzc0WM5rti0fTZhRm+Qj1CHC8CJ4=";
hash = "sha256-o26HI1v6VzF14d261M1rWp8wlM4O6uL4YJ/cmkwqRXU=";
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit 90633c1

Please sign in to comment.