Skip to content

Commit 8f5d886

Browse files
authored
icloudpd: 1.24.3 -> 1.24.4 (#357203)
2 parents e76a86e + 1902b4d commit 8f5d886

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

1515
src = fetchFromGitHub {
1616
owner = "icloud-photos-downloader";
1717
repo = "icloud_photos_downloader";
1818
rev = "v${version}";
19-
hash = "sha256-IP5bjRmHlVKYmcsR1g9B/p4KzVpCyBomwznPwjay4wA=";
19+
hash = "sha256-/axw1RSfQX9RIoICs2Zcn9ScWTcqU9mHAhotaMduAp8=";
2020
};
2121

2222
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)