Unverified Commit c6abc73c authored by Patryk Wychowaniec's avatar Patryk Wychowaniec
Browse files

pcloud: 1.12.0 -> 1.14.0

parent a5cdd7f1
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -38,12 +38,13 @@

let
  pname = "pcloud";
  version = "1.12.0";
  code = "XZyc9wVZAbFzyV8ElP71D5v170CvEmVtmrB7";
  version = "1.14.0";
  code = "XZpL8AVZAqfCXz5TebJ2gcvAiHi15pYFKPey";

  # 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-QzBlpF+qtNdSZFv3gU0mQhpVyPTWdGH3c+UHKKGfvKc=";
    hash = "sha256-uirj/ASOrJyE728q+SB7zq0O9O58XDNzhokvNyca+2c=";
  };

  appimageContents = appimageTools.extractType2 {