Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #225864 from R-VdP/pcloud-1-12-0

pcloud: 1.11.0 -> 1.12.0

authored by Nick Cao and committed by GitHub da797e9b fd50ae01

Changed files
+3 -3
pkgs
applications
networking
pcloud
+3 -3
pkgs/applications/networking/pcloud/default.nix
··· 38 38 39 39 let 40 40 pname = "pcloud"; 41 - version = "1.11.0"; 42 - code = "XZspqgVZxM1CCER1we0esiDGuAxshjRSY77X"; 41 + version = "1.12.0"; 42 + code = "XZyc9wVZAbFzyV8ElP71D5v170CvEmVtmrB7"; 43 43 # Archive link's codes: https://www.pcloud.com/release-notes/linux.html 44 44 src = fetchzip { 45 45 url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${pname}-${version}.zip"; 46 - hash = "sha256-EXJ+5LwVF5lTXc5zlppRQLCm0EZwqG3ndfK4LIjmWwc="; 46 + hash = "sha256-QzBlpF+qtNdSZFv3gU0mQhpVyPTWdGH3c+UHKKGfvKc="; 47 47 }; 48 48 49 49 appimageContents = appimageTools.extractType2 {