Merge pull request #118691 from 239/submit/pcloud-update
pcloud: 1.8.9 -> 1.9.1
This commit is contained in:
commit
673ad63f59
@ -26,13 +26,14 @@
|
||||
|
||||
let
|
||||
pname = "pcloud";
|
||||
version = "1.8.9";
|
||||
version = "1.9.1";
|
||||
code = "XZXB3fXZgXyQbnTkTm5XOJH9i6NsKX9lL21V";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
# Archive link's code thanks to: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcloud-drive
|
||||
src = fetchzip {
|
||||
url = "https://api.pcloud.com/getpubzip?code=XZjfKzXZ6h3uGRFId48VRNHHkuqajhRvMlPV&filename=${name}.zip";
|
||||
hash = "sha256:1bwdwfwgy3wwzlggi8qhf5q2bq2kqiqi3mgvsr9w0mxyaxxv13r8";
|
||||
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${name}.zip";
|
||||
hash = "sha256-vUrz4thp9tcU9T8d52DJUAbt6Jnv+E3pbUytzMR8d/E=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 {
|
||||
|
Loading…
Reference in New Issue
Block a user