Skip to content

Commit d78c223

Browse files
committed
icloudpd: 1.26.1 -> 1.27.0
1 parent 8fef72c commit d78c223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

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

2222
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)