Unverified Commit d700c686 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #294459 from Patryk27/bump-pcloud

pcloud: 1.14.4 -> 1.14.5
parents 97266006 04da186e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -38,13 +38,13 @@

let
  pname = "pcloud";
  version = "1.14.4";
  code = "XZDh750ZBgJa45xqQ8H1ztdMFX2wVhOCTOFk";
  version = "1.14.5";
  code = "XZ0AMJ0ZdrENNeVMNI4Tz3lO1nxr577ryOMV";

  # 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-1KF3tF62lkT6tfeP/dMaZITXp4Vyegp3lFYdLJ49OR8=";
    hash = "sha256-a577iWPrke3EizG03m0+hjSoPzA4wDai/QMX2Zl7MF0=";
  };

  appimageContents = appimageTools.extractType2 {