icloudpd: 1.17.4 -> 1.17.5
This commit is contained in:
parent
1523dfba11
commit
58821957fa
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "icloudpd";
|
pname = "icloudpd";
|
||||||
version = "1.17.4";
|
version = "1.17.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "icloud-photos-downloader";
|
owner = "icloud-photos-downloader";
|
||||||
repo = "icloud_photos_downloader";
|
repo = "icloud_photos_downloader";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-xsUayewn6c+TFqQnvDWe+1y4o76Quq8sK1WkSFFgPkc=";
|
hash = "sha256-1tyvoDAlh2UuPWDqA7mwC1v5kij3v3aBZBfIG/vluJo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
Loading…
Reference in a new issue