Skip to content

Commit 55e6dad

Browse files
authored
icloudpd: 1.27.0 -> 1.27.1 (#390584)
2 parents f4da353 + 28bc171 commit 55e6dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ic/icloudpd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
python3Packages.buildPythonApplication rec {
1111
pname = "icloudpd";
12-
version = "1.27.0";
12+
version = "1.27.1";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "icloud-photos-downloader";
1717
repo = "icloud_photos_downloader";
1818
tag = "v${version}";
19-
hash = "sha256-lYCUdDUGaUsRrL0Wpjv106XVlme+vGYdnf5mUqkjnNw=";
19+
hash = "sha256-gJ1Vx0p8GiJ4esJuOanojlCHvqzOz8ttgAVn6idrLPM=";
2020
};
2121

2222
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)