Skip to content

Commit 7328452

Browse files
authored
icloudpd: 1.27.2 -> 1.27.4 (#399514)
2 parents b4cf24d + ca50aa3 commit 7328452

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

1515
src = fetchFromGitHub {
1616
owner = "icloud-photos-downloader";
1717
repo = "icloud_photos_downloader";
1818
tag = "v${version}";
19-
hash = "sha256-XRQadI2NCtjJ02uRoigDP92TmfAUoItmG42fM3QE6kI=";
19+
hash = "sha256-jZuyy5wYRysX6a+IFO+VYcaN/PMJRpM9aEAOYzJxJUA=";
2020
};
2121

2222
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)