icloudpd: 1.27.1 -> 1.27.2
This commit is contained in:
parent
81c8dee706
commit
3640e17ca3
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "icloudpd";
|
pname = "icloudpd";
|
||||||
version = "1.27.1";
|
version = "1.27.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "icloud-photos-downloader";
|
owner = "icloud-photos-downloader";
|
||||||
repo = "icloud_photos_downloader";
|
repo = "icloud_photos_downloader";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-gJ1Vx0p8GiJ4esJuOanojlCHvqzOz8ttgAVn6idrLPM=";
|
hash = "sha256-XRQadI2NCtjJ02uRoigDP92TmfAUoItmG42fM3QE6kI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user