We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20b2600 + 3640e17 commit c8cd814Copy full SHA for c8cd814
pkgs/by-name/ic/icloudpd/package.nix
@@ -9,14 +9,14 @@
9
10
python3Packages.buildPythonApplication rec {
11
pname = "icloudpd";
12
- version = "1.27.1";
+ version = "1.27.2";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "icloud-photos-downloader";
17
repo = "icloud_photos_downloader";
18
tag = "v${version}";
19
- hash = "sha256-gJ1Vx0p8GiJ4esJuOanojlCHvqzOz8ttgAVn6idrLPM=";
+ hash = "sha256-XRQadI2NCtjJ02uRoigDP92TmfAUoItmG42fM3QE6kI=";
20
};
21
22
pythonRelaxDeps = true;
0 commit comments