Skip to content

Commit 2788f70

Browse files
authored
icloudpd: 1.29.3 -> 1.30.0 (#435191)
2 parents 820a611 + fa02f28 commit 2788f70

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.29.3";
12+
version = "1.30.0";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "icloud-photos-downloader";
1717
repo = "icloud_photos_downloader";
1818
tag = "v${version}";
19-
hash = "sha256-ySo+qAeNhMwOdCe5jrKtMsEWofYQ8mqTMEl9059vpns=";
19+
hash = "sha256-FuN2+ukQ9Kf/Eu7M63wrBIh31O64HZVqtC78vzKioNE=";
2020
};
2121

2222
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)