Unverified Commit b8c830b7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #219710 from R-VdP/pcloud-1-11-0

pcloud: 1.10.1 -> 1.11.0
parents 055d3ed1 9a23d3c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -38,12 +38,12 @@

let
  pname = "pcloud";
  version = "1.10.1";
  code = "XZwHPTVZ7J1WFU374k8BqSWO2519y4aGFdAV";
  version = "1.11.0";
  code = "XZspqgVZxM1CCER1we0esiDGuAxshjRSY77X";
  # 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-Mum1SL/EZ7iFK9e3o+T0CxkAQ0FkjSBy2FEUDonxtTI=";
    hash = "sha256-EXJ+5LwVF5lTXc5zlppRQLCm0EZwqG3ndfK4LIjmWwc=";
  };

  appimageContents = appimageTools.extractType2 {